diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 1abab3f..e6aee63 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -37,7 +37,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@bb716408e75840bbb01e839347cd213767269d4a + uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 with: image: "localbuild/testimage:latest" artifact-name: image.spdx.json