-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsca-scope.json
More file actions
38 lines (38 loc) · 1.21 KB
/
Copy pathsca-scope.json
File metadata and controls
38 lines (38 loc) · 1.21 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
{
"version": 1,
"conventions": {
"actingPaths": ["apps/**", "services/**", "packages/**", "cmd/**", "tools/sca/**"],
"excludePaths": [
"**/examples/**",
"**/example/**",
"**/testdata/**",
"**/tests/**",
"**/test/**",
"**/__tests__/**",
"**/fixtures/**",
"**/*fixture*/**",
"**/vendor/**",
"**/third_party/**",
"**/.archive/**"
],
"actingTrack": "cadence",
"excludedTrack": "report-only",
"unclassifiedTrack": "report-only"
},
"manifests": [
{
"path": "pnpm-lock.yaml",
"ecosystem": "npm",
"parser": "pnpm-lock.yaml",
"track": "cadence",
"note": "Hulumi's single pnpm workspace lockfile — the real dependency surface. Scanned; routine updates via Track B/Dependabot; emergency (critical/MAL) findings caught by Track A. Human-classified (root path matches no acting convention)."
},
{
"path": "tools/sca/package-lock.json",
"ecosystem": "npm",
"parser": "package-lock.json",
"track": "cadence",
"note": "Vendored Track A SCA brain toolchain. Scanned because it can affect remediation authority; routine updates can flow through Dependabot's tools/sca block."
}
]
}