diff --git a/frameworks/__YAMLscan.json b/frameworks/__YAMLscan.json index 31896edd..353b3ae3 100644 --- a/frameworks/__YAMLscan.json +++ b/frameworks/__YAMLscan.json @@ -1,7 +1,9 @@ { "name": "YAML-scanning", "description": "Controls relevant to yamls", - "attributes": {}, + "attributes": { + "builtin": true + }, "scanningScope": { "matches": [ "file" diff --git a/frameworks/allcontrols.json b/frameworks/allcontrols.json index 453f8132..d0a25500 100644 --- a/frameworks/allcontrols.json +++ b/frameworks/allcontrols.json @@ -1,7 +1,9 @@ { "name": "AllControls", "description": "Contains all the controls from all the frameworks", - "attributes": {}, + "attributes": { + "builtin": true + }, "scanningScope": { "matches": [ "cluster", diff --git a/frameworks/armobest.json b/frameworks/armobest.json index 83e0d58b..abda3518 100644 --- a/frameworks/armobest.json +++ b/frameworks/armobest.json @@ -1,7 +1,9 @@ { "name": "ArmoBest", "description": "", - "attributes": {}, + "attributes": { + "builtin": true + }, "scanningScope": { "matches": [ "cluster", diff --git a/frameworks/cis-aks-t1.2.0.json b/frameworks/cis-aks-t1.2.0.json index f0a07ad9..2bf60aa4 100644 --- a/frameworks/cis-aks-t1.2.0.json +++ b/frameworks/cis-aks-t1.2.0.json @@ -2,7 +2,8 @@ "name": "cis-aks-t1.2.0", "description": "Testing CIS for Azure Kubernetes Service (AKS) as suggested by CIS benchmark: https://workbench.cisecurity.org/benchmarks/9058", "attributes": { - "version": "v1.2.0" + "version": "v1.2.0", + "builtin": true }, "scanningScope": { "matches": [ diff --git a/frameworks/cis-eks-t1.2.0.json b/frameworks/cis-eks-t1.2.0.json index a1c49b3f..eb9ddbf8 100644 --- a/frameworks/cis-eks-t1.2.0.json +++ b/frameworks/cis-eks-t1.2.0.json @@ -2,7 +2,8 @@ "name": "cis-eks-t1.2.0", "description": "Testing CIS for Amazon Elastic Kubernetes Service (EKS) as suggested by CIS benchmark: https://workbench.cisecurity.org/benchmarks/9681", "attributes": { - "version": "v1.2.0" + "version": "v1.2.0", + "builtin": true }, "scanningScope": { "matches": [ diff --git a/frameworks/cis-v1.23-t1.0.1.json b/frameworks/cis-v1.23-t1.0.1.json index 0c6f21fe..d9c28f10 100644 --- a/frameworks/cis-v1.23-t1.0.1.json +++ b/frameworks/cis-v1.23-t1.0.1.json @@ -2,7 +2,8 @@ "name": "cis-v1.23-t1.0.1", "description": "Testing CIS for Kubernetes as suggested by CIS in https://workbench.cisecurity.org/benchmarks/8973", "attributes": { - "version": "v1.0.1" + "version": "v1.0.1", + "builtin": true }, "scanningScope": { "matches": [ diff --git a/frameworks/clusterscan.json b/frameworks/clusterscan.json index 26ae0f0b..9dd5f73e 100644 --- a/frameworks/clusterscan.json +++ b/frameworks/clusterscan.json @@ -1,7 +1,9 @@ { "name": "ClusterScan", "description": "Framework for scanning a cluster", - "attributes": {}, + "attributes": { + "builtin": true + }, "typeTags": [ "security" ], diff --git a/frameworks/devopsbest.json b/frameworks/devopsbest.json index 299fbafe..cb1ba3f0 100644 --- a/frameworks/devopsbest.json +++ b/frameworks/devopsbest.json @@ -1,7 +1,9 @@ { "name": "DevOpsBest", "description": "", - "attributes": {}, + "attributes": { + "builtin": true + }, "scanningScope": { "matches": [ "cluster", diff --git a/frameworks/mitre.json b/frameworks/mitre.json index 8a5102ee..c8e5e219 100644 --- a/frameworks/mitre.json +++ b/frameworks/mitre.json @@ -1,7 +1,9 @@ { "name": "MITRE", "description": "Testing MITRE for Kubernetes as suggested by microsoft in https://www.microsoft.com/security/blog/wp-content/uploads/2020/04/k8s-matrix.png", - "attributes": {}, + "attributes": { + "builtin": true + }, "scanningScope": { "matches": [ "cluster", diff --git a/frameworks/nsaframework.json b/frameworks/nsaframework.json index fd8ddf66..62f30f27 100644 --- a/frameworks/nsaframework.json +++ b/frameworks/nsaframework.json @@ -1,7 +1,9 @@ { "name": "NSA", "description": "Implement NSA security advices for K8s ", - "attributes": {}, + "attributes": { + "builtin": true + }, "scanningScope": { "matches": [ "cluster", diff --git a/frameworks/security.json b/frameworks/security.json index b82ac1d5..0b1651f6 100644 --- a/frameworks/security.json +++ b/frameworks/security.json @@ -1,7 +1,9 @@ { "name": "security", "description": "Controls that are used to assess security threats.", - "attributes": {}, + "attributes": { + "builtin": true + }, "typeTags": [ "security" ], diff --git a/frameworks/soc2.json b/frameworks/soc2.json index 822e3184..98d27e4d 100644 --- a/frameworks/soc2.json +++ b/frameworks/soc2.json @@ -1,7 +1,9 @@ { "name": "SOC2", "description": "SOC2 compliance related controls", - "attributes": {}, + "attributes": { + "builtin": true + }, "scanningScope": { "matches": [ "cluster", diff --git a/frameworks/workloadscan.json b/frameworks/workloadscan.json index 69c8015d..c3f1a0ec 100644 --- a/frameworks/workloadscan.json +++ b/frameworks/workloadscan.json @@ -1,7 +1,9 @@ { "name": "WorkloadScan", "description": "Framework for scanning a workload", - "attributes": {}, + "attributes": { + "builtin": true + }, "typeTags": [ "security" ],