File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
126126
127127 - id : grype
128- uses : anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7
128+ uses : anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # v7
129129 with :
130130 path : .
131131 fail-build : ${{ github.event_name == 'pull_request' }}
@@ -155,7 +155,7 @@ jobs:
155155 load : true
156156
157157 - id : grype
158- uses : anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7
158+ uses : anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # v7
159159 with :
160160 image : ${{ env.IMAGE_ID }}
161161 fail-build : ${{ github.event_name == 'pull_request' }}
@@ -292,13 +292,13 @@ jobs:
292292 steps :
293293 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
294294
295- - uses : anchore/sbom-action@a930d0ac434e3182448fe678398ba5713717112a # v0
295+ - uses : anchore/sbom-action@0b82b0b1a22399a1c542d4d656f70cd903571b5c # v0
296296 with :
297297 output-file : " ${{ github.event.repository.name }}-sbom.spdx.json"
298298 dependency-snapshot : true
299299
300300 - id : grype
301- uses : anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7
301+ uses : anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # v7
302302 with :
303303 sbom : " ${{ github.event.repository.name }}-sbom.spdx.json"
304304 fail-build : ${{ github.event_name == 'pull_request' }}
You can’t perform that action at this time.
0 commit comments