Skip to content

Commit

Permalink
test: fix CVE-2025-22866 in trivy action
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored and k8s-infra-cherrypick-robot committed Feb 8, 2025
1 parent 4a45c53 commit 1dce087
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@v4
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 1dce087

Please sign in to comment.