-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0733a31
commit 7f7219e
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,18 @@ container { | |
|
||
binary { | ||
secrets = false | ||
go_modules = false | ||
go_modules = true | ||
osv = true | ||
oss_index = true | ||
nvd = false | ||
} | ||
|
||
# Triage items that are _safe_ to ignore here. Note that this list should be | ||
# periodically cleaned up to remove items that are no longer found by the scanner. | ||
triage { | ||
suppress { | ||
vulnerabilities = [ | ||
"GO-2022-0635", // github.com/aws/[email protected] | ||
] | ||
} | ||
} |