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.
2 parents 02e28d5 + b832d7c commit cf665f8Copy full SHA for cf665f8
.husky/pre-commit
@@ -1 +1,7 @@
1
npm run prepack && npm run lint-staged
2
+
3
+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