-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.releaseguard.yml
More file actions
70 lines (60 loc) · 1.06 KB
/
.releaseguard.yml
File metadata and controls
70 lines (60 loc) · 1.06 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# ReleaseGuard self-scan policy — dogfooding our own tool
# https://github.com/Helixar-AI/ReleaseGuard
version: 2
project:
name: releaseguard
mode: release
inputs:
- path: ./dist
type: directory
sbom:
enabled: true
ecosystems: [go]
formats: [cyclonedx]
enrich_cve: false
scanning:
exclude_paths:
- bin
- test/fixtures
- examples
secrets:
enabled: true
metadata:
enabled: true
fail_on_source_maps: true
fail_on_internal_urls: false
fail_on_build_paths: false
unexpected_files:
enabled: true
deny:
- ".env"
- "*.bak"
- "*.tmp"
licenses:
enabled: true
require:
- LICENSE
transforms:
remove_source_maps: true
delete_forbidden_files: true
add_checksums: true
add_manifest: true
obfuscation:
enabled: false
drm:
enabled: false
signing:
enabled: false
mode: keyless
subject: "releaseguard-ci"
policy:
fail_on:
- severity: critical
- category: secret
warn_on:
- severity: high
output:
reports:
- cli
- sarif
directory: ./.releaseguard