Skip to content

Commit

Permalink
sec: suppress osv alert in CRT (#24701)
Browse files Browse the repository at this point in the history
* sec: suppress GO-2022-0635 osv alert in CRT

* hclfmt
  • Loading branch information
dduzgun-security authored Dec 17, 2024
1 parent 7746f29 commit a4ac202
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 a4ac202

Please sign in to comment.