We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1813f1a + dd265f7 commit d56a0d2Copy full SHA for d56a0d2
.github/workflows/go.yml
@@ -120,7 +120,7 @@ jobs:
120
# Run trivy security
121
- name: Run Trivy vulnerability scanner
122
# https://github.com/aquasecurity/trivy-action
123
- uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
+ uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
124
with:
125
image-ref: ${{ env.REGISTRY_IMAGE }}:${{ env.HELM_PLUGIN_VERSION }}
126
format: sarif
0 commit comments