-
Notifications
You must be signed in to change notification settings - Fork 1
/
salus.yaml
36 lines (35 loc) · 945 Bytes
/
salus.yaml
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
active_scanners:
- Brakeman
- BundleAudit
- PatternSearch
- RepoNotEmpty
- RubyPackageScanner
- RubyVersionScanner
- Semgrep
- Trufflehog
enforced_scanners:
- Brakeman
- BundleAudit
- PatternSearch
- RepoNotEmpty
- Semgrep
- Trufflehog
scanner_configs:
Gosec:
exclude-dir:
- spec/fixtures
- spec/fixtures/gosec/buildtags_goapp # cannot be correctly built by gosec at this time
- spec/fixtures/gosec/malformed_goapp # knowingly malformed anc can't be built
- spec/fixtures/gosec/nosec-tag
- spec/fixtures/gosec/multiple_vulns
- spec/fixtures/gosec/buildtags_goapp
- spec/fixtures/gosec/vulnerable_goapp
- spec/fixtures/gosec/multifolder_goapp
- spec/fixtures/gosec/recursive_vulnerable_goapp
- spec/fixtures/gosec/multi_goapps
RubyVersionScanner:
warn:
min_version: '3.0.0'
max_version: '3.1.0'
error:
min_version: '3.0.0'