Skip to content

Commit f07ed37

Browse files
authored
Merge pull request #2947 from kubernetes-sigs/CVE-2025-61726
test: fix CVE-2025-61726 trivy failure
2 parents 1fdc64e + 818c442 commit f07ed37

File tree

2 files changed

+4
-1
lines changed

2 files changed

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

1818
- name: Checkout code

.trivyignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
CVE-2024-3744
2+
CVE-2025-61726
3+
CVE-2025-61728
4+
CVE-2025-61730

0 commit comments

Comments
 (0)