Skip to content

Commit 09d4178

Browse files
authored
Merge pull request #96 from githubabcs-devops/dependabot/github_actions/anchore/sbom-action-0.20.5
Bump anchore/sbom-action from 0.20.0 to 0.20.5
2 parents 6ff5a67 + a493f33 commit 09d4178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/SCA-Anchore-Syft-SBOM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: docker build ./src/webapp01 --file ./src/webapp01/Dockerfile --tag ${{ env.imageName }}:${{ env.tag }}
3333

3434
- name: Scan the image and upload dependency results
35-
uses: anchore/sbom-action@e11c554f704a0b820cbf8c51673f6945e0731532
35+
uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c
3636
continue-on-error: true
3737
with:
3838
image: "${{ env.imageName }}:${{ env.tag }}"

0 commit comments

Comments
 (0)