Skip to content

Commit 2c6cb8a

Browse files
author
Michael Levin
committed
[Tech Debt] Add .snyk file
Configures the Snyk security scanner to ignore files which are not part of the production code
1 parent cf1ec51 commit 2c6cb8a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.snyk

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Snyk (https://snyk.io) policy file
2+
---
3+
exclude:
4+
code:
5+
# Exclude non-code directories and files for only local development use.
6+
- changelog/**
7+
- documentation/**
8+
- errorpages/**
9+
- features/**
10+
- test_site/**
11+
- Dockerfile
12+
- eslint.config.js

0 commit comments

Comments
 (0)