From f109baf563143c019d742e4ec5da1a1ff5f4dfcf Mon Sep 17 00:00:00 2001 From: rcohencyberarmor Date: Mon, 31 Jul 2023 15:37:19 +0300 Subject: [PATCH] add to known frameworks scope Signed-off-by: rcohencyberarmor --- frameworks/__YAMLscan.json | 5 +++++ frameworks/allcontrols.json | 6 ++++++ frameworks/armobest.json | 6 ++++++ frameworks/cis-aks-t1.2.0.json | 5 +++++ frameworks/cis-eks-t1.2.0.json | 5 +++++ frameworks/cis-v1.23-t1.0.1.json | 5 +++++ frameworks/devopsbest.json | 6 ++++++ frameworks/mitre.json | 6 ++++++ frameworks/nsaframework.json | 6 ++++++ frameworks/security.json | 6 ++++++ 10 files changed, 56 insertions(+) diff --git a/frameworks/__YAMLscan.json b/frameworks/__YAMLscan.json index ca515531f..a0ffd4ac5 100644 --- a/frameworks/__YAMLscan.json +++ b/frameworks/__YAMLscan.json @@ -4,6 +4,11 @@ "attributes": { "armoBuiltin": true }, + "scanningScope": { + "matches": [ + "file" + ] + }, "controlsNames": [ "Forbidden Container Registries", "Exec into container", diff --git a/frameworks/allcontrols.json b/frameworks/allcontrols.json index f8d41531a..b65249512 100644 --- a/frameworks/allcontrols.json +++ b/frameworks/allcontrols.json @@ -4,6 +4,12 @@ "attributes": { "armoBuiltin": true }, + "scanningScope": { + "matches": [ + "cluster", + "file" + ] + }, "typeTags": ["compliance"], "activeControls": [ { diff --git a/frameworks/armobest.json b/frameworks/armobest.json index d0626178a..f0ddb9b71 100644 --- a/frameworks/armobest.json +++ b/frameworks/armobest.json @@ -4,6 +4,12 @@ "attributes": { "armoBuiltin": true }, + "scanningScope": { + "matches": [ + "cluster", + "file" + ] + }, "typeTags": ["compliance"], "activeControls": [ { diff --git a/frameworks/cis-aks-t1.2.0.json b/frameworks/cis-aks-t1.2.0.json index fa1fb79ee..7eac30cec 100644 --- a/frameworks/cis-aks-t1.2.0.json +++ b/frameworks/cis-aks-t1.2.0.json @@ -5,6 +5,11 @@ "version": "v1.2.0", "armoBuiltin": true }, + "scanningScope": { + "matches": [ + "AKS" + ] + }, "typeTags": ["compliance"], "activeControls": [ { diff --git a/frameworks/cis-eks-t1.2.0.json b/frameworks/cis-eks-t1.2.0.json index dd66dcfa0..1b1dc032c 100644 --- a/frameworks/cis-eks-t1.2.0.json +++ b/frameworks/cis-eks-t1.2.0.json @@ -5,6 +5,11 @@ "version": "v1.2.0", "armoBuiltin": true }, + "scanningScope": { + "matches": [ + "EKS" + ] + }, "typeTags": ["compliance"], "activeControls": [ { diff --git a/frameworks/cis-v1.23-t1.0.1.json b/frameworks/cis-v1.23-t1.0.1.json index 918aa44bf..6475ef2c4 100644 --- a/frameworks/cis-v1.23-t1.0.1.json +++ b/frameworks/cis-v1.23-t1.0.1.json @@ -5,6 +5,11 @@ "version": "v1.0.1", "armoBuiltin": true }, + "scanningScope": { + "matches": [ + "cloud" + ] + }, "typeTags": ["compliance"], "subSections": { "1": { diff --git a/frameworks/devopsbest.json b/frameworks/devopsbest.json index 1222bb021..09f943b9b 100644 --- a/frameworks/devopsbest.json +++ b/frameworks/devopsbest.json @@ -4,6 +4,12 @@ "attributes": { "armoBuiltin": true }, + "scanningScope": { + "matches": [ + "cluster", + "file" + ] + }, "typeTags": ["compliance"], "activeControls": [ { diff --git a/frameworks/mitre.json b/frameworks/mitre.json index af1323a13..66f84c086 100644 --- a/frameworks/mitre.json +++ b/frameworks/mitre.json @@ -4,6 +4,12 @@ "attributes": { "armoBuiltin": true }, + "scanningScope": { + "matches": [ + "cluster", + "file" + ] + }, "typeTags": ["compliance"], "activeControls": [ { diff --git a/frameworks/nsaframework.json b/frameworks/nsaframework.json index 8e75a8a6d..3f4d32bcb 100644 --- a/frameworks/nsaframework.json +++ b/frameworks/nsaframework.json @@ -4,6 +4,12 @@ "attributes": { "armoBuiltin": true }, + "scanningScope": { + "matches": [ + "cluster", + "file" + ] + }, "typeTags": ["compliance"], "activeControls": [ { diff --git a/frameworks/security.json b/frameworks/security.json index f3cec24b5..6f9e23805 100644 --- a/frameworks/security.json +++ b/frameworks/security.json @@ -7,6 +7,12 @@ "typeTags": [ "security" ], + "scanningScope": { + "matches": [ + "cluster", + "file" + ] + }, "activeControls": [ { "controlID": "C-0009",