Skip to content

Commit fe58321

Browse files
Add .snyk exclusions file (#64)
* Create .snyk file for vulnerability management Add Snyk policy file to manage vulnerabilities. * Add code owners for .snyk file * Update CODEOWNERS to change team members --------- Co-authored-by: Milan Raj <rajsite@users.noreply.github.com>
1 parent f892567 commit fe58321

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
* @cameronwaterman @atmgrifter00 @rajsite
1+
* @cameronwaterman @rajsite @m-akinc
2+
3+
/.snyk @chris468 @cameronwaterman @BKnight760 @rbell517 @jattasNI @prestwick

.snyk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
exclude:
3+
global:
4+
- '**/node_modules/**'
5+
version: v1.25.1
6+
ignore: {}
7+
patch: {}

0 commit comments

Comments
 (0)