File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
uses : actions/checkout@v4
41
41
42
42
- name : Run Trivy vulnerability scanner in repo mode
43
- uses : aquasecurity/trivy-action@0.30 .0
43
+ uses : aquasecurity/trivy-action@0.31 .0
44
44
continue-on-error : true
45
45
with :
46
46
scan-type : " fs"
@@ -147,7 +147,7 @@ jobs:
147
147
type=provenance,mode=max
148
148
149
149
- name : Run Trivy vulnerability scanner
150
- uses : aquasecurity/trivy-action@0.30 .0
150
+ uses : aquasecurity/trivy-action@0.31 .0
151
151
with :
152
152
input : ./.oci-image
153
153
format : " table"
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ jobs:
207
207
# Install the cosign tool except on PR
208
208
# https://github.com/sigstore/cosign-installer
209
209
- name : Install cosign
210
- uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
210
+ uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
211
211
with :
212
212
cosign-release : " v2.2.4"
213
213
You can’t perform that action at this time.
0 commit comments