Skip to content

Commit

Permalink
use cluster scope instead of aks
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <[email protected]>
  • Loading branch information
David Wertenteil committed Oct 18, 2023
1 parent e443617 commit ad0448a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_value": "",
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_value": "By default, Network Policy is disabled.",
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"default_value": "",
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
}
}
2 changes: 1 addition & 1 deletion controls/C-0242-hostilemultitenantworkloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_value": "",
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_value": "Images are not scanned by Default.",
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
}
}
2 changes: 1 addition & 1 deletion controls/C-0244-ensurekubernetessecretsareencrypted.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_value": "",
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_value": "",
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_value": "By default, Endpoint Private Access is disabled.",
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_value": "",
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
}
}
2 changes: 1 addition & 1 deletion controls/C-0249-restrictuntrustedworkloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"default_value": "ACI is not a default component of the AKS",
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_value": "",
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_value": "",
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
}
}
2 changes: 1 addition & 1 deletion controls/C-0254-enableauditlogs.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_value": "By default, cluster control plane logs aren't sent to be Logged.",
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
}
}
2 changes: 1 addition & 1 deletion frameworks/cis-aks-t1.2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"scanningScope": {
"matches": [
"AKS"
"cluster"
]
},
"typeTags": ["compliance"],
Expand Down

0 comments on commit ad0448a

Please sign in to comment.