Skip to content

Commit b25c084

Browse files
chore(deps): update anchore/scan-action digest to a5605eb (#680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4588c9e commit b25c084

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
126126

127127
- id: grype
128-
uses: anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7
128+
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # 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@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7
158+
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7
159159
with:
160160
image: ${{ env.IMAGE_ID }}
161161
fail-build: ${{ github.event_name == 'pull_request' }}
@@ -297,7 +297,7 @@ jobs:
297297
dependency-snapshot: true
298298

299299
- id: grype
300-
uses: anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7
300+
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7
301301
with:
302302
sbom: "${{ github.event.repository.name }}-sbom.spdx.json"
303303
fail-build: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)