-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecurity-scan-report.json
More file actions
81 lines (81 loc) · 1.72 KB
/
Copy pathsecurity-scan-report.json
File metadata and controls
81 lines (81 loc) · 1.72 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
71
72
73
74
75
76
77
78
79
80
81
{
"scan_timestamp": "2026-07-27T07:32:57Z",
"root_dir": "/home/sites/mystage/vendor/detain/interserver-api-samples",
"mode": "update",
"cvss_threshold": 7.0,
"summary": {
"pass": 296,
"fail": 1,
"skip": 2,
"info": 15
},
"ecosystems": {
"trivy": {
"status": "SKIP",
"vulnerabilities": 0,
"outdated_packages": 0,
"last_scan": "2026-07-27T07:32:57Z"
}
,
"dep-prs": {
"status": "FAIL",
"vulnerabilities": 1,
"outdated_packages": 2,
"last_scan": "2026-07-27T07:32:57Z"
}
,
"advisories": {
"status": "PASS",
"vulnerabilities": 0,
"outdated_packages": 0,
"last_scan": "2026-07-27T07:32:57Z"
}
,
"sec-issues": {
"status": "FAIL",
"vulnerabilities": 2815,
"outdated_packages": 0,
"last_scan": "2026-07-27T07:32:57Z"
}
,
"dependabot": {
"status": "FAIL",
"vulnerabilities": 64,
"outdated_packages": 0,
"last_scan": "2026-07-27T07:32:57Z"
}
,
"bandit": {
"status": "SKIP",
"vulnerabilities": 0,
"outdated_packages": 0,
"last_scan": "2026-07-27T07:32:57Z"
}
,
"secret-scanning": {
"status": "FAIL",
"vulnerabilities": 0,
"outdated_packages": 0,
"last_scan": "2026-07-27T07:32:57Z"
}
,
"network-security": {
"status": "PASS",
"vulnerabilities": 0,
"outdated_packages": 0,
"last_scan": "2026-07-27T07:32:57Z"
}
,
"auto-fix": {
"status": "PASS",
"vulnerabilities": 0,
"outdated_packages": 289,
"last_scan": "2026-07-27T07:32:57Z"
}
},
"tools": {
"trivy": { "enabled": false },
"gosec": { "enabled": false },
"bandit": { "enabled": false }
}
}