We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4680cd4 commit b832d7cCopy full SHA for b832d7c
.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,8 @@
+# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
+version: v1.25.1
+ignore:
+ 'snyk:lic:npm:npm:Artistic-2.0':
+ - '*':
+ reason: oclif package is the core dependency for the CLI
+ created: 2025-04-16T11:52:49.708Z
8
+patch: {}
0 commit comments