Skip to content

Commit

Permalink
ci: OSV scanner override (#13099)
Browse files Browse the repository at this point in the history
* chore: ignore osv-scanner vulns not exploitable in Argo CD

Signed-off-by: Justin Marquis <[email protected]>

* fix linebreak

Signed-off-by: Justin Marquis <[email protected]>

---------

Signed-off-by: Justin Marquis <[email protected]>
  • Loading branch information
34fathombelow authored Apr 4, 2023
1 parent f738b80 commit a0e47e5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ui-test/osv-scanner.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[[IgnoredVulns]]
id = "GHSA-93q8-gq69-wqmw"
reason = "CVE-2021-3807 Code is only run client-side in the swagger-ui endpoint. No risk of server-side DoS."

[[IgnoredVulns]]
id = "GHSA-36fh-84j7-cv5h"
reason = "Used in testing, does not affect a release"

[[IgnoredVulns]]
id = "GHSA-f8q6-p94x-37v3"
reason = "Used in testing, does not affect a release"

[[IgnoredVulns]]
id = "GHSA-qrpm-p2h7-hrv2"
reason = "Used in testing, does not affect a release"
3 changes: 3 additions & 0 deletions ui/osv-scanner.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[[IgnoredVulns]]
id = "GHSA-93q8-gq69-wqmw"
reason = "CVE-2021-3807 Code is only run client-side in the swagger-ui endpoint. No risk of server-side DoS."

0 comments on commit a0e47e5

Please sign in to comment.