Skip to content

Commit c9651d7

Browse files
authored
Merge pull request #151 from digital-analytics-program/feature/add-snyk-config
[Tech Debt] Add .snyk file
2 parents cf1ec51 + 2c6cb8a commit c9651d7

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)