Skip to content

Commit c273ede

Browse files
chore(deps): update anchore/scan-action digest to 40a61b5 (#762)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3adeef0 commit c273ede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scans.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)