-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwarden.toml
More file actions
50 lines (39 loc) · 1.05 KB
/
warden.toml
File metadata and controls
50 lines (39 loc) · 1.05 KB
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
version = 1
[defaults]
failOn = "high"
reportOn = "medium"
ignorePaths = ["**/node_modules/**", "**/*.lock", "**/migrations/**"]
[[skills]]
name = "security-review"
remote = "getsentry/skills"
[[skills.triggers]]
type = "pull_request"
actions = ["opened", "synchronize", "reopened"]
[[skills]]
name = "django-access-review"
remote = "getsentry/skills"
paths = ["src/**/*.py"]
ignorePaths = ["**/tests/**", "**/test_*.py", "**/*_test.py"]
[[skills.triggers]]
type = "pull_request"
actions = ["opened", "synchronize", "reopened"]
[[skills]]
name = "django-perf-review"
remote = "getsentry/skills"
paths = ["src/**/*.py"]
ignorePaths = ["**/tests/**", "**/test_*.py", "**/*_test.py"]
[[skills.triggers]]
type = "pull_request"
actions = ["opened", "synchronize", "reopened"]
[[skills]]
name = "code-review"
remote = "getsentry/skills"
[[skills.triggers]]
type = "pull_request"
actions = ["opened", "synchronize", "reopened"]
[[skills]]
name = "find-bugs"
remote = "getsentry/skills"
[[skills.triggers]]
type = "pull_request"
actions = ["opened", "synchronize", "reopened"]