Skip to content

Commit 8543dda

Browse files
authored
Merge pull request #1414 from andyzhangx/fix-trivy-codespell-1.22
[release-1.22] test: fix trivy and codespell error
2 parents 6557776 + 9ab6431 commit 8543dda

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
check_filenames: true
1515
skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,./release-tools/prow.sh,./pkg/lib/iscsi/
16-
ignore_words_list: "AKS,aks,ro"
16+
ignore_words_list: "AKS,aks,ro,NotIn"

.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@v4
1414
with:
15-
go-version: 1.22.3
15+
go-version: 1.22.4
1616
id: go
1717

1818
- name: Checkout code

.trivyignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
CVE-2024-24786
1+
CVE-2024-24789
2+
CVE-2024-24790

0 commit comments

Comments
 (0)