Skip to content

Commit

Permalink
test: fix trivy action failure
Browse files Browse the repository at this point in the history
test: ignore azcopy CVE-2024-24791
  • Loading branch information
andyzhangx committed Jul 6, 2024
1 parent 5a0a8d1 commit 6418701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: 1.22.4
go-version: 1.22.5
id: go

- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CVE-2024-24791

0 comments on commit 6418701

Please sign in to comment.