Skip to content

Commit

Permalink
Add SBOM Step
Browse files Browse the repository at this point in the history
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
  • Loading branch information
egibs committed Jun 9, 2024
1 parent 137f360 commit 90cca13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
run: |
set -euo pipefail
echo "hashes=$(sha256sum ./rsd | base64 -w0)" >> "$GITHUB_OUTPUT"
- name: Generate SBOM via Syft
uses: anchore/sbom-action@e8d2a6937ecead383dfe75190d104edd1f9c5751
provenance:
needs:
- build
Expand Down

0 comments on commit 90cca13

Please sign in to comment.