forked from keptn/keptn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.snyk
79 lines (79 loc) · 2.96 KB
/
.snyk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'snyk:lic:golang:github.com:hashicorp:golang-lru:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-12T09:35:29.655Z
'snyk:lic:golang:github.com:hashicorp:hcl:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-12T09:35:29.655Z
'snyk:lic:golang:github.com:hashicorp:consul:api:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:hashicorp:consul:sdk:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:hashicorp:errwrap:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:hashicorp:go-cleanhttp:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:hashicorp:go-immutable-radix:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:hashicorp:go-version:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:hashicorp:go-multierror:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:hashicorp:go-retryablehttp:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:hashicorp:go-rootcerts:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:hashicorp:go-sockaddr:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:hashicorp:go-uuid:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:hashicorp:logutils:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:hashicorp:memberlist:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:hashicorp:serf:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
'snyk:lic:golang:github.com:mitchellh:cli:MPL-2.0':
- '*':
reason: this license is fine for keptn
created: 2022-07-21T07:14:53.099Z
patch: {}
exclude:
global:
- '**/*.spec.ts'
- '**/*.mock.ts'
- '**/*_test.go'
- 'test/**'