Skip to content

Commit

Permalink
Merge pull request kubescape#477 from kubescape/scanning-scope
Browse files Browse the repository at this point in the history
add to known frameworks scope
  • Loading branch information
David Wertenteil authored Jul 31, 2023
2 parents 0688c71 + f109baf commit 13d7a9b
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frameworks/__YAMLscan.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"attributes": {
"armoBuiltin": true
},
"scanningScope": {
"matches": [
"file"
]
},
"controlsNames": [
"Forbidden Container Registries",
"Exec into container",
Expand Down
6 changes: 6 additions & 0 deletions frameworks/allcontrols.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"attributes": {
"armoBuiltin": true
},
"scanningScope": {
"matches": [
"cluster",
"file"
]
},
"typeTags": ["compliance"],
"activeControls": [
{
Expand Down
6 changes: 6 additions & 0 deletions frameworks/armobest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"attributes": {
"armoBuiltin": true
},
"scanningScope": {
"matches": [
"cluster",
"file"
]
},
"typeTags": ["compliance"],
"activeControls": [
{
Expand Down
5 changes: 5 additions & 0 deletions frameworks/cis-aks-t1.2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"version": "v1.2.0",
"armoBuiltin": true
},
"scanningScope": {
"matches": [
"AKS"
]
},
"typeTags": ["compliance"],
"activeControls": [
{
Expand Down
5 changes: 5 additions & 0 deletions frameworks/cis-eks-t1.2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"version": "v1.2.0",
"armoBuiltin": true
},
"scanningScope": {
"matches": [
"EKS"
]
},
"typeTags": ["compliance"],
"activeControls": [
{
Expand Down
5 changes: 5 additions & 0 deletions frameworks/cis-v1.23-t1.0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"version": "v1.0.1",
"armoBuiltin": true
},
"scanningScope": {
"matches": [
"cloud"
]
},
"typeTags": ["compliance"],
"subSections": {
"1": {
Expand Down
6 changes: 6 additions & 0 deletions frameworks/devopsbest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"attributes": {
"armoBuiltin": true
},
"scanningScope": {
"matches": [
"cluster",
"file"
]
},
"typeTags": ["compliance"],
"activeControls": [
{
Expand Down
6 changes: 6 additions & 0 deletions frameworks/mitre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"attributes": {
"armoBuiltin": true
},
"scanningScope": {
"matches": [
"cluster",
"file"
]
},
"typeTags": ["compliance"],
"activeControls": [
{
Expand Down
6 changes: 6 additions & 0 deletions frameworks/nsaframework.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"attributes": {
"armoBuiltin": true
},
"scanningScope": {
"matches": [
"cluster",
"file"
]
},
"typeTags": ["compliance"],
"activeControls": [
{
Expand Down
6 changes: 6 additions & 0 deletions frameworks/security.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"typeTags": [
"security"
],
"scanningScope": {
"matches": [
"cluster",
"file"
]
},
"activeControls": [
{
"controlID": "C-0009",
Expand Down

0 comments on commit 13d7a9b

Please sign in to comment.