We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6ed70 commit a044533Copy full SHA for a044533
1 file changed
.github/workflows/vulnerability-scan.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
- if: ${{ always() && steps.database-restore.outputs.cache-hit != 'true' }}
46
name: Install Grype
47
- uses: anchore/scan-action/download-grype@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2
+ uses: anchore/scan-action/download-grype@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0
48
id: grype
49
50
@@ -86,7 +86,7 @@ jobs:
86
path: ~/.cache/grype/db
87
88
- name: Scan
89
- uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2
+ uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0
90
id: scan
91
with:
92
fail-build: false
0 commit comments