Skip to content

Commit cb65f96

Browse files
author
Gonzalo Diaz
committed
[CONFIG] new ignore paths to Snyk config and .gitignore
1 parent a0ea7b1 commit cb65f96

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.gitignore

+4
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

+7-4
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)