Skip to content

Commit 0b7ba14

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
test: fix CVE-2025-22871 in trivy action
fix
1 parent 73268fd commit 0b7ba14

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go 1.x
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: 1.23.6
15+
go-version: 1.24.2
1616
id: go
1717

1818
- name: Checkout code

.trivyignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CVE-2024-3744
2+
CVE-2025-22871

0 commit comments

Comments
 (0)