Skip to content

Commit 4e31054

Browse files
Update anchore/scan-action action to v7.1.0 (#220)
| datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | anchore/scan-action | v7.0.0 | v7.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4af75c4 commit 4e31054

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
no-cache: ${{ github.event_name != 'pull_request' }}
112112

113113
- name: Run Grype vulnerability scanner
114-
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
114+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
115115
continue-on-error: true
116116
id: scan
117117
with:
@@ -178,7 +178,7 @@ jobs:
178178
no-cache: ${{ github.event_name != 'pull_request' }}
179179

180180
- name: Run Grype vulnerability scanner
181-
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
181+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
182182
continue-on-error: true
183183
id: scan
184184
with:
@@ -245,7 +245,7 @@ jobs:
245245
no-cache: ${{ github.event_name != 'pull_request' }}
246246

247247
- name: Run Grype vulnerability scanner
248-
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
248+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
249249
continue-on-error: true
250250
id: scan
251251
with:

0 commit comments

Comments
 (0)