We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4680cd4 commit 8dbf33fCopy full SHA for 8dbf33f
.husky/pre-commit
@@ -1,4 +1,7 @@
1
npm run prepack && npm run lint-staged
2
3
-echo "\n\n Running Talisman secret scan... \n\n"
+echo "\n\n Running Talisman secret scan..."
4
talisman --githook pre-commit
5
+
6
+echo "\n\n Running Snyk vulnerability scan..."
7
+snyk test --all-projects
.snyk
@@ -0,0 +1,9 @@
+# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
+version: v1.25.1
+# ignores vulnerabilities until expiry date; change duration by modifying expiry date
+ignore:
+ 'snyk:lic:npm:npm:Artistic-2.0':
+ - '*':
+ reason: oclif package is the core dependency for the CLI
8
+ created: 2025-04-16T11:52:49.708Z
9
+patch: {}
0 commit comments