Skip to content

Commit

Permalink
Merge pull request #14 from radixdlt/ci/DO-2367-fix-snyk-sbom
Browse files Browse the repository at this point in the history
ci: fix snyk sbom [DO-2367]
  • Loading branch information
marek-karwacki-rdx authored Mar 26, 2024
2 parents b97aa34 + 12ee4a7 commit f61d058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Generate SBOM
uses: RDXWorks-actions/snyk-actions/gradle-jdk17@master
with:
args: --all-projects --org=${{ secrets.SNYK_ORG_ID }} --format=cyclonedx1.4+json --json-file-output sbom.json
args: --all-projects --org=${{ secrets.SNYK_ORG_ID }} --format=cyclonedx1.4+json > sbom.json
command: sbom
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
Expand Down

0 comments on commit f61d058

Please sign in to comment.