Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmalab committed Feb 9, 2023
1 parent 1777e44 commit 36699e5
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,14 @@ runs:
using: 'composite'
steps:
- uses: actions/checkout@v3
# - uses: actions/setup-java@v3
# with:
# distribution: zulu
# java-version: 17
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17
- name: Set up cdxgen
shell: bash
run: npm install -g @cyclonedx/cdxgen@8

# - name: Setup Gradle
# uses: gradle/gradle-build-action@v2

# - name: Execute Gradle build
# run: ./gradlew build
# shell: bash

# - name: Generate sBOM
# id: generate-sbom
# uses: anchore/sbom-action@v0
# with:
# path: ./
# format: ${{ inputs.sbom-format }}
# output-file: ${{ github.repository }}-${{ github.sha }}.json
# artifact-name: ${{ github.repository }}-${{ github.sha }}.cyclonedx.json

- name: generate sBOM
id: generate-sbom
Expand Down

0 comments on commit 36699e5

Please sign in to comment.