We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90113bd commit 6022948Copy full SHA for 6022948
.github/workflows/artifacts.yaml
@@ -160,7 +160,7 @@ jobs:
160
path: docker.tar
161
162
- name: Run Trivy vulnerability scanner
163
- uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
+ uses: aquasecurity/trivy-action@5681af892cd0f4997658e2bacc62bd0a894cf564 # 0.27.0
164
with:
165
input: image
166
format: sarif
@@ -274,7 +274,7 @@ jobs:
274
path: ${{ steps.build.outputs.package }}
275
276
277
278
279
scan-type: config
280
scan-ref: deploy/charts/${{ steps.chart-name.outputs.value }}
0 commit comments