Skip to content

Commit

Permalink
Merge pull request rook#12954 from obnoxxx/fix-snyk-policy
Browse files Browse the repository at this point in the history
ci: fix the  snyk policy to  correctly  ignore the  MPL  license issue.
  • Loading branch information
travisn authored Sep 26, 2023
2 parents 0e2dd1e + 4a672c8 commit 33f797b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
ignore:
MPL-2.0:
- reason: "Mozilla Public License 2.0 is compatible with Rook's Apache 2.0 license"
'snyk:lic:npm:symbol:MPL-2.0':
- '*':
reason: Mozilla Public License 2.0 is compatible with Rook's Apache 2.0 license
version: v1.25.0
patch: {}

0 comments on commit 33f797b

Please sign in to comment.