We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b311b40 commit 66f867eCopy full SHA for 66f867e
1 file changed
.github/workflows/vulnerability-scan.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
- if: ${{ always() && steps.database-restore.outputs.cache-hit != 'true' }}
48
name: Install Grype
49
- uses: anchore/scan-action/download-grype@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2
+ uses: anchore/scan-action/download-grype@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0
50
id: grype
51
52
@@ -89,7 +89,7 @@ jobs:
89
path: ~/.cache/grype/db
90
91
- name: Scan
92
- uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2
+ uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0
93
id: scan
94
with:
95
fail-build: false
0 commit comments