-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.packrehearsal.json
More file actions
46 lines (46 loc) · 858 Bytes
/
Copy path.packrehearsal.json
File metadata and controls
46 lines (46 loc) · 858 Bytes
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
{
"allow_network": false,
"archive": {
"hash_entry_bytes": 8388608,
"max_archive_bytes": 268435456,
"max_compression_ratio": 200.0,
"max_entries": 20000,
"max_entry_bytes": 67108864,
"max_total_unpacked_bytes": 536870912
},
"disabled_rules": [],
"enabled_rules": [],
"exclude": [
".git/**",
".hg/**",
".svn/**",
"node_modules/**",
"target/**",
".venv/**",
"venv/**",
"dist/**",
"build/**"
],
"fail_on": "high",
"include_hidden": false,
"max_depth": 12,
"required_files": [
"README*",
"LICENSE*"
],
"sensitive_patterns": [
".env",
".env.*",
"*.pem",
"*.key",
"*.p12",
"*.pfx",
"id_rsa",
"id_ed25519",
"**/.npmrc",
"**/.pypirc",
"**/.cargo/credentials*"
],
"severity_overrides": {},
"trusted_timeout_seconds": 180
}