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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
126126
127127 - id : grype
128- uses : anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7
128+ uses : anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # 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@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7
158+ uses : anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7
159159 with :
160160 image : ${{ env.IMAGE_ID }}
161161 fail-build : ${{ github.event_name == 'pull_request' }}
@@ -291,13 +291,13 @@ jobs:
291291 steps :
292292 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
293293
294- - uses : anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0
294+ - uses : anchore/sbom-action@d8a2c0130026bf585de5c176ab8f7ce62d75bf04 # v0
295295 with :
296296 output-file : " ${{ github.event.repository.name }}-sbom.spdx.json"
297297 dependency-snapshot : true
298298
299299 - id : grype
300- uses : anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7
300+ uses : anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7
301301 with :
302302 sbom : " ${{ github.event.repository.name }}-sbom.spdx.json"
303303 fail-build : ${{ github.event_name == 'pull_request' }}
You can’t perform that action at this time.
0 commit comments