Skip to content

Commit

Permalink
backport of commit a4ac202
Browse files Browse the repository at this point in the history
  • Loading branch information
dduzgun-security authored Dec 17, 2024
1 parent 64100b5 commit 071272c
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 071272c

Please sign in to comment.