Skip to content

Commit 422c06a

Browse files
authored
Merge pull request #2611 from kubernetes-sigs/CVE-2025-4673
test: fix CVE-2025-4673 in trivy action
2 parents a9797b4 + d988fbb commit 422c06a

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@v5
1414
with:
15-
go-version: 1.24.2
15+
go-version: 1.24.4
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-22874
3+
CVE-2025-4673
4+
CVE-2025-0913

0 commit comments

Comments
 (0)