-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathoutput-example.json
More file actions
84 lines (84 loc) · 1.69 KB
/
output-example.json
File metadata and controls
84 lines (84 loc) · 1.69 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
82
83
84
{
"projectPath": "backend/go/agent",
"projectId": 670,
"ciValid": true,
"ciMissing": false,
"pipelineOriginMetrics": {
"jobTotal": 10,
"jobHardcoded": 4,
"originTotal": 7,
"originComponent": 1,
"originLocal": 0,
"originProject": 5,
"originRemote": 0,
"originTemplate": 0,
"originGitLabCatalog": 1,
"originOutdated": 0
},
"pipelineImageMetrics": {
"total": 10
},
"imageMutableResult": {
"issues": [],
"metrics": {
"total": 10,
"usingMutableTag": 0,
"ciInvalid": 0,
"ciMissing": 0
},
"compliance": 100,
"version": "0.2.0",
"ciValid": true,
"ciMissing": false,
"skipped": false
},
"imageUntrustedResult": {
"issues": [
{
"link": "docker.io/zricethezav/gitleaks:v8.15.0",
"status": "untrusted",
"job": "gitleaks"
}
],
"metrics": {
"total": 10,
"trusted": 9,
"untrusted": 1,
"ciInvalid": 0,
"ciMissing": 0
},
"compliance": 0,
"version": "0.1.0",
"ciValid": true,
"ciMissing": false,
"skipped": false
},
"branchProtectionResult": {
"enabled": true,
"compliance": 100,
"version": "0.2.0",
"data": [
{
"branchName": "dev",
"default": false,
"protected": true
},
{
"branchName": "main",
"default": true,
"protected": true
}
],
"metrics": {
"branches": 13,
"branchesToProtect": 2,
"unprotectedBranches": 0,
"nonCompliantBranches": 0,
"totalProtectedBranches": 2,
"projectsCorrectlyProtected": 1
}
},
"threshold": 50,
"compliance": 66.66666666666667,
"passed": true
}