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.
2 parents d25d5f6 + f5fe52c commit 58e8b77Copy full SHA for 58e8b77
.github/workflows/ci.yml
@@ -155,7 +155,7 @@ jobs:
155
if: github.event_name != 'pull_request'
156
157
- name: Download Syft
158
- uses: anchore/sbom-action/download-syft@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
+ uses: anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4
159
if: github.ref_type == 'tag'
160
161
- name: Install Cosign
@@ -207,7 +207,7 @@ jobs:
207
sbom: true
208
209
- name: Scan image
210
- uses: anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3.0
+ uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
211
id: scan
212
continue-on-error: true
213
with:
0 commit comments