Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix CL version and scan config #164

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased

## 0.11.0 (Feb 20, 2025)
## 0.12.0 (Feb 20, 2025)

LAYERS:
```
Expand Down
19 changes: 19 additions & 0 deletions scan.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
binary {
go_modules = true
go_stdlib = true
nvd = false
oss_index = true
osv = true
secrets = false

triage {
suppress {
vulnerabilites = [
"GHSA-f5pg-7wfw-84q9", # AWS S3 Crypto SDK vuln https://osv.dev/vulnerability/GO-2022-0646
"GO-2022-0646", # alias
"GHSA-7f33-f4f5-xwgw", # AWS S3 Crypto SDK vuln https://osv.dev/vulnerability/GO-2022-0635
"GO-2022-0635" #alias
]
}
}
}
Loading