Upload sampling-e2-v1.json with huggingface_hub
Browse files- sampling-e2-v1.json +24 -0
sampling-e2-v1.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mode": "full",
|
| 3 |
+
"k8s_root": "scripts/data/sources/kubernetes",
|
| 4 |
+
"tf_root": "scripts/data/sources/terraform",
|
| 5 |
+
"rego_dir": "environments/sv-env-config-verification/policies",
|
| 6 |
+
"datasets": {
|
| 7 |
+
"k8s": {
|
| 8 |
+
"files_scanned": 462,
|
| 9 |
+
"total_items": 462,
|
| 10 |
+
"with_violations": 255
|
| 11 |
+
},
|
| 12 |
+
"terraform": {
|
| 13 |
+
"files_scanned": 260,
|
| 14 |
+
"total_items": 260,
|
| 15 |
+
"with_violations": 4
|
| 16 |
+
}
|
| 17 |
+
},
|
| 18 |
+
"tools": {
|
| 19 |
+
"kube-linter": "0.7.6",
|
| 20 |
+
"semgrep": "1.137.0",
|
| 21 |
+
"opa": "Version: 1.8.0"
|
| 22 |
+
},
|
| 23 |
+
"patch_verified": null
|
| 24 |
+
}
|