-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.snyk
More file actions
16 lines (16 loc) · 622 Bytes
/
.snyk
File metadata and controls
16 lines (16 loc) · 622 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Snyk policy file
# https://docs.snyk.io/scan-using-snyk/snyk-code/configure-snyk-code#excluding-directories-and-files-from-the-snyk-code-test
version: v1.25.0
exclude:
global:
- tests/**
- ddcdatabases/core/constants.py
ignore:
'snyk:lic:pip:psycopg:LGPL-3.0':
- '*':
reason: psycopg is used as a dependency, not modified - LGPL-3.0 is compatible with MIT
expires: 2027-03-20T00:00:00.000Z
'snyk:lic:pip:psycopg-binary:LGPL-3.0':
- '*':
reason: psycopg-binary is used as a dependency, not modified - LGPL-3.0 is compatible with MIT
expires: 2027-03-20T00:00:00.000Z