Skip to content

Commit a044533

Browse files
ci(github-action): update action anchore/scan-action (v7.3.2 → v7.4.0)
1 parent cd6ed70 commit a044533

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
@@ -44,7 +44,7 @@ jobs:
4444

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

5050
- if: ${{ always() && steps.database-restore.outputs.cache-hit != 'true' }}
@@ -86,7 +86,7 @@ jobs:
8686
path: ~/.cache/grype/db
8787

8888
- name: Scan
89-
uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2
89+
uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0
9090
id: scan
9191
with:
9292
fail-build: false

0 commit comments

Comments
 (0)