Skip to content

Commit

Permalink
Merge pull request #2371 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2370-to-release-1.31

[release-1.31] test: fix CVE-2025-22866 in trivy action
  • Loading branch information
andyzhangx authored Feb 8, 2025
2 parents 0263e4c + be6b85a commit 385f43a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: 1.23.5
go-version: 1.23.6
id: go

- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CVE-2024-45336
CVE-2024-45341
CVE-2025-22866

0 comments on commit 385f43a

Please sign in to comment.