diff --git a/.github/workflows/anchore-syft.yml b/.github/workflows/anchore-syft.yml index 8358af6..03519ae 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@f2d02cbcc3489818621f2809e6cae4ce98b19c27 + uses: anchore/sbom-action@1ca97d9028b51809cf6d3c934c3e160716e1b605 with: image: "localbuild/testimage:latest" artifact-name: image.spdx.json