We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608c48c commit 8376506Copy full SHA for 8376506
.github/workflows/artifacts.yaml
@@ -173,7 +173,7 @@ jobs:
173
path: docker.tar
174
175
- name: Run Trivy vulnerability scanner
176
- uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
+ uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
177
with:
178
input: image
179
format: sarif
@@ -299,7 +299,7 @@ jobs:
299
path: ${{ steps.build.outputs.package }}
300
301
302
303
304
scan-type: config
305
scan-ref: deploy/charts/${{ steps.chart-name.outputs.value }}
0 commit comments