File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
126126
127127 - id : grype
128- uses : anchore/scan-action@3aaf50d765cfcceafa51d322ccb790e40f6cd8c5 # v7
128+ uses : anchore/scan-action@40a61b52209e9d50e87917c5b901783d546b12d0 # 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@3aaf50d765cfcceafa51d322ccb790e40f6cd8c5 # v7
158+ uses : anchore/scan-action@40a61b52209e9d50e87917c5b901783d546b12d0 # v7
159159 with :
160160 image : ${{ env.IMAGE_ID }}
161161 fail-build : ${{ github.event_name == 'pull_request' }}
@@ -298,7 +298,7 @@ jobs:
298298 dependency-snapshot : true
299299
300300 - id : grype
301- uses : anchore/scan-action@3aaf50d765cfcceafa51d322ccb790e40f6cd8c5 # v7
301+ uses : anchore/scan-action@40a61b52209e9d50e87917c5b901783d546b12d0 # 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