Skip to content

Commit 4c08931

Browse files
authored
Merge pull request #2223 from k8s-infra-cherrypick-robot/cherry-pick-2220-to-release-1.27
[release-1.27] test: fix CVE-2025-47912 error
2 parents 121070f + c9d91f3 commit 4c08931

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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.24.6
15+
go-version: 1.24.9
1616
id: go
1717

1818
- name: Checkout code

.trivyignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
CVE-2025-47912
2+
CVE-2025-58183
3+
CVE-2025-58185
4+
CVE-2025-58186
5+
CVE-2025-58187
6+
CVE-2025-58188
7+
CVE-2025-58189
8+
CVE-2025-61723
9+
CVE-2025-61724
10+
CVE-2025-61725

0 commit comments

Comments
 (0)