Skip to content

Commit 63c72f8

Browse files
authored
Merge pull request #1822 from andyzhangx/CVE-2025-22866
test: fix CVE-2025-22866 in trivy action
2 parents 743893c + 3bd304b commit 63c72f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/trivy.yaml

+1-1
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.5
15+
go-version: 1.23.6
1616
id: go
1717

1818
- name: Checkout code

.trivyignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
CVE-2024-45336
22
CVE-2024-45341
3+
CVE-2025-22866

0 commit comments

Comments
 (0)