From 117acf63e896ac23edbab5232388b3a0f34db729 Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Fri, 3 May 2024 14:40:56 -0400 Subject: [PATCH] chore: update some artifact names Signed-off-by: Keith Zantow --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97d5e3b7..5628b168 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: | @@ -98,7 +98,7 @@ 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: @@ -106,7 +106,7 @@ jobs: - 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: