diff --git a/.github/workflows/anchore-syft.yml b/.github/workflows/anchore-syft.yml index 8ba5913..60672a7 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@c7f031d9249a826a082ea14c79d3b686a51d485a + uses: anchore/sbom-action@41f7a6c033dbcdf78917f23b652c8b8146298c85 with: image: "localbuild/testimage:latest" artifact-name: image.spdx.json