diff --git a/.github/workflows/anchore-syft.yml b/.github/workflows/anchore-syft.yml index a9ba3e6..afc74ed 100644 --- a/.github/workflows/anchore-syft.yml +++ b/.github/workflows/anchore-syft.yml @@ -32,7 +32,7 @@ jobs: - name: Build the Docker image run: docker build . --file Dockerfile --tag localbuild/testimage:latest - name: Scan the image and upload dependency results - uses: anchore/sbom-action@74207bd644397963bdbcae922eb4b9cbd5b49e83 + uses: anchore/sbom-action@c9fb15d7bc26f2929ebe26847289fffc8a418f21 with: image: "localbuild/testimage:latest" artifact-name: image.spdx.json