From 867ae4316ce12601d507c0eaf9dc2d6325a81ee1 Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Fri, 3 May 2024 13:48:56 -0400 Subject: [PATCH] chore: test --- .github/workflows/pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index d426886..d8f9305 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -44,6 +44,12 @@ jobs: # dependency-snapshot: true # syft-version: https://github.com/kzantow-anchore/syft/archive/refs/heads/update-github-format.zip + - uses: kzantow-anchore/sbom-action@chore/update-github-artifact-client + with: + image: alpine:latest + artifact-name: new-image.spdx.json + dependency-snapshot: true + # - uses: anchore/sbom-action/publish-sbom@v0 # if: startsWith(github.ref, 'refs/tags/') # with: