Skip to content

Commit

Permalink
chore: update some artifact names
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow committed May 3, 2024
1 parent 0dd6a3e commit 117acf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- uses: ./ # anchore/sbom-action
id: dirscan
with:
artifact-name: sbom.spdx
artifact-name: dirscan-sbom.spdx
output-file: dirscan-sbom.spdx
format: spdx
- run: |
Expand All @@ -98,15 +98,15 @@ jobs:
id: imagescan
with:
image: alpine:latest
artifact-name: sbom.spdx
artifact-name: imagescan-sbom.spdx
output-file: my.sbom
- run: |
echo IMAGE SCAN SBOM:
cat my.sbom
- uses: ./publish-sbom # anchore/sbom-action/publish-sbom
with:
sbom-artifact-match: sbom.spdx
sbom-artifact-match: imagescan-sbom.spdx

- uses: ./publish-sbom # anchore/sbom-action/publish-sbom
with:
Expand Down

0 comments on commit 117acf6

Please sign in to comment.