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 4040 uses : actions/checkout@v4
4141
4242 - name : Run Trivy vulnerability scanner in repo mode
43- uses : aquasecurity/trivy-action@0.31 .0
43+ uses : aquasecurity/trivy-action@0.32 .0
4444 continue-on-error : true
4545 with :
4646 scan-type : " fs"
@@ -147,7 +147,7 @@ jobs:
147147 type=provenance,mode=max
148148
149149 - name : Run Trivy vulnerability scanner
150- uses : aquasecurity/trivy-action@0.31 .0
150+ uses : aquasecurity/trivy-action@0.32 .0
151151 with :
152152 input : ./.oci-image
153153 format : " table"
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ jobs:
207207 # Install the cosign tool except on PR
208208 # https://github.com/sigstore/cosign-installer
209209 - name : Install cosign
210- uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
210+ uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
211211 with :
212212 cosign-release : " v2.2.4"
213213
You can’t perform that action at this time.
0 commit comments