Skip to content

Commit cbd5b49

Browse files
authored
Merge pull request #89 from sir-gon/develop
[CONFIG] new ignore paths to Snyk config and .gitignore
2 parents a0ea7b1 + cb65f96 commit cbd5b49

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,7 @@ coverage.info
143143
coverage.json
144144
lcov.info
145145
coverage-report/*
146+
147+
# Static Analysis Results Interchange Format
148+
*.sarif
149+
.dccache

.snyk

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Snyk (<https://snyk.io>) policy file
1+
# Snyk (<https://snyk.io>) policy file, patches or ignores known vulnerabilities
22

3-
---
43
exclude:
5-
global:
6-
- coverage-report/**
4+
global:
5+
- coverage-report/**
6+
- .trunk/**
7+
version: v1.25.0
8+
ignore: {}
9+
patch: {}

0 commit comments

Comments
 (0)