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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
126126
127127 - id : grype
128- uses : anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6
128+ uses : anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # 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@1638637db639e0ade3258b51db49a9a137574c3e # v6
158+ uses : anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7
159159 with :
160160 image : ${{ env.IMAGE_ID }}
161161 fail-build : ${{ github.event_name == 'pull_request' }}
@@ -296,7 +296,7 @@ jobs:
296296 dependency-snapshot : true
297297
298298 - id : grype
299- uses : anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6
299+ uses : anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7
300300 with :
301301 sbom : " ${{ github.event.repository.name }}-sbom.spdx.json"
302302 fail-build : ${{ github.event_name == 'pull_request' }}
You can’t perform that action at this time.
0 commit comments