-
Notifications
You must be signed in to change notification settings - Fork 2k
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
64100b5
commit 071272c
Showing
1 changed file
with
10 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -23,4 +23,14 @@ binary { | |
all = true | ||
skip_path_strings = ["/website/content/"] | ||
} | ||
|
||
# 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] TODO(dduzgun-security): remove when deps is resolved | ||
] | ||
} | ||
} | ||
} |