We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ff5a67 + a493f33 commit 09d4178Copy full SHA for 09d4178
.github/workflows/SCA-Anchore-Syft-SBOM.yml
@@ -32,7 +32,7 @@ jobs:
32
run: docker build ./src/webapp01 --file ./src/webapp01/Dockerfile --tag ${{ env.imageName }}:${{ env.tag }}
33
34
- name: Scan the image and upload dependency results
35
- uses: anchore/sbom-action@e11c554f704a0b820cbf8c51673f6945e0731532
+ uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c
36
continue-on-error: true
37
with:
38
image: "${{ env.imageName }}:${{ env.tag }}"
0 commit comments