Skip to content

Commit 36699e5

Browse files
committed
cleanup
1 parent 1777e44 commit 36699e5

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

action.yml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)