Skip to content

Commit 852d8fc

Browse files
release-tools: bump trivy-action to v0.35.0
1 parent c18f4ec commit 852d8fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release-tools/.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo "version=$GO_VERSION" >> $GITHUB_OUTPUT
2020
2121
- name: Run Trivy scanner for Go version vulnerabilities
22-
uses: aquasecurity/trivy-action@master
22+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
2323
with:
2424
image-ref: 'golang:${{ steps.go-version.outputs.version }}'
2525
format: 'table'

0 commit comments

Comments
 (0)