Skip to content

Commit cab110e

Browse files
authored
Merge pull request #2965 from k8s-infra-cherrypick-robot/cherry-pick-2964-to-release-1.35
[release-1.35] test: fix trivy CVE-2025-68121 failure
2 parents 5cc0239 + 90ee5a7 commit cab110e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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@v6
1414
with:
15-
go-version: 1.24.12
15+
go-version: 1.24.13
1616
id: go
1717

1818
- name: Checkout code

.trivyignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CVE-2024-3744
22
CVE-2025-61726
33
CVE-2025-61728
44
CVE-2025-61730
5+
CVE-2025-68121

0 commit comments

Comments
 (0)