Skip to content

Commit

Permalink
backport of commit a4ac202 (#24703)
Browse files Browse the repository at this point in the history
Co-authored-by: Deniz Onur Duzgun <[email protected]>
  • Loading branch information
1 parent 64100b5 commit 11b1597
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
}
}
}

0 comments on commit 11b1597

Please sign in to comment.