We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 088ffdc + 6cc2984 commit 133c3f2Copy full SHA for 133c3f2
.github/workflows/artifacts.yaml
@@ -144,7 +144,7 @@ jobs:
144
path: docker.tar
145
146
- name: Run Trivy vulnerability scanner
147
- uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54 # 0.11.2
+ uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # 0.12.0
148
with:
149
input: image
150
format: sarif
@@ -248,7 +248,7 @@ jobs:
248
path: ${{ steps.build.outputs.package }}
249
250
251
252
253
scan-type: config
254
scan-ref: deploy/charts/${{ steps.chart-name.outputs.value }}
0 commit comments