File tree Expand file tree Collapse file tree 1 file changed +4
-19
lines changed
Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -12,29 +12,14 @@ runs:
1212 using : ' composite'
1313 steps :
1414 - uses : actions/checkout@v3
15- # - uses: actions/setup-java@v3
16- # with:
17- # distribution: zulu
18- # java-version: 17
15+ - uses : actions/setup-java@v3
16+ with :
17+ distribution : zulu
18+ java-version : 17
1919 - name : Set up cdxgen
2020 shell : bash
2121 run : npm install -g @cyclonedx/cdxgen@8
2222
23- # - name: Setup Gradle
24- # uses: gradle/gradle-build-action@v2
25-
26- # - name: Execute Gradle build
27- # run: ./gradlew build
28- # shell: bash
29-
30- # - name: Generate sBOM
31- # id: generate-sbom
32- # uses: anchore/sbom-action@v0
33- # with:
34- # path: ./
35- # format: ${{ inputs.sbom-format }}
36- # output-file: ${{ github.repository }}-${{ github.sha }}.json
37- # artifact-name: ${{ github.repository }}-${{ github.sha }}.cyclonedx.json
3823
3924 - name : generate sBOM
4025 id : generate-sbom
You can’t perform that action at this time.
0 commit comments