Skip to content

Commit

Permalink
updating syft upload
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalghost-dev authored Oct 14, 2024
1 parent a5f6207 commit d75161e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ jobs:
uses: anchore/sbom-action@v0
with:
image: poke-cli:${{ env.VERSION_NUMBER }}
format: spdx-json
artifact-name: poke-cli-sbom-${{ env.VERSION_NUMBER }}.spdx.json
output-file: /tmp/poke-cli-sbom-${{ env.VERSION_NUMBER }}.spdx.json
upload-artifact: true

grype:
Expand All @@ -126,9 +128,10 @@ jobs:

steps:
- name: Download SBOM
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: poke-cli-sbom-${{ env.VERSION_NUMBER }}.spdx.json
path: /tmp

- name: Scan SBOM
uses: anchore/scan-action@v3
Expand Down

0 comments on commit d75161e

Please sign in to comment.