Skip to content

Commit d56a0d2

Browse files
authored
Merge pull request #693 from helm-unittest/dependabot/github_actions/aquasecurity/trivy-action-0.32.0
2 parents 1813f1a + dd265f7 commit d56a0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# Run trivy security
121121
- name: Run Trivy vulnerability scanner
122122
# https://github.com/aquasecurity/trivy-action
123-
uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
123+
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
124124
with:
125125
image-ref: ${{ env.REGISTRY_IMAGE }}:${{ env.HELM_PLUGIN_VERSION }}
126126
format: sarif

0 commit comments

Comments
 (0)