Skip to content

Commit

Permalink
Update linters.yaml (#200)
Browse files Browse the repository at this point in the history
* Update linters.yaml

* Create .trivyignore

* Update actions.yml

* remove allowedlist

---------

Co-authored-by: shaynafinocchiaro <[email protected]>
  • Loading branch information
gallacher and shaynafinocchiaro authored May 29, 2024
1 parent 66535eb commit 3b9b8f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/containerscan/allowedlist.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/.trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# does not have the fix, https://avd.aquasec.com/nvd/cve-2024-2961
CVE-2024-2961

# fix is not yet available, https://nvd.nist.gov/vuln/detail/CVE-2024-33599
CVE-2024-33599
1 change: 1 addition & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@ jobs:
severity: 'HIGH,CRITICAL'
ignore-unfixed: true
exit-code: '1'
trivyignores: '.github/workflows/.trivyignore'
2 changes: 1 addition & 1 deletion .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
go mod vendor
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: latest
skip-cache: true

0 comments on commit 3b9b8f6

Please sign in to comment.