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:
Michael Crenshaw 2022-04-05 15:24:42 -04:00 committed by GitHub
parent 409f03ee51
commit 5921e2a73b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.snyk
View file

@ -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: {}