Skip to content

Commit

Permalink
fix CL version and scan config (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
hashiblaum authored Feb 20, 2025
1 parent e3bbcce commit 12b84d8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
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
]
}
}
}

0 comments on commit 12b84d8

Please sign in to comment.