mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
chore: ignore irrelevant moment vulnerability (#9006)
* chore: ignore irrelevant moment.js vulnerability Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
This commit is contained in:
parent
409f03ee51
commit
5921e2a73b
1 changed files with 4 additions and 0 deletions
4
.snyk
4
.snyk
|
|
@ -14,5 +14,9 @@ ignore:
|
|||
- 'manifests/install.yaml > *':
|
||||
reason: >-
|
||||
Argo CD needs wide permissions to manage resources.
|
||||
SNYK-JS-MOMENT-2440688:
|
||||
- '*':
|
||||
reason: >-
|
||||
Code is only run client-side. No risk of directory traversal.
|
||||
patch: {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue