Skip to content

Commit 66f867e

Browse files
feat(github-action): update anchore/scan-action action v7.3.2 → v7.4.0
1 parent b311b40 commit 66f867e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vulnerability-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- if: ${{ always() && steps.database-restore.outputs.cache-hit != 'true' }}
4848
name: Install Grype
49-
uses: anchore/scan-action/download-grype@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2
49+
uses: anchore/scan-action/download-grype@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0
5050
id: grype
5151

5252
- if: ${{ always() && steps.database-restore.outputs.cache-hit != 'true' }}
@@ -89,7 +89,7 @@ jobs:
8989
path: ~/.cache/grype/db
9090

9191
- name: Scan
92-
uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2
92+
uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0
9393
id: scan
9494
with:
9595
fail-build: false

0 commit comments

Comments
 (0)