Skip to content

add java 21 and build whole project #3

add java 21 and build whole project

add java 21 and build whole project #3

Workflow file for this run

name: "Generate SBOM"
on:
push:
branches:
- rh/action-test
workflow_dispatch:
jobs:
gen-sbom:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: advanced-security/generate-sbom-action@v1
id: gensbom
- uses: actions/upload-artifact@v3
with:
name: sbom
path: ${{ steps.gensbom.outputs.fileName }}