Skip to content

Commit

Permalink
Merge pull request #532 from kubescape/cis-aks-hotfix
Browse files Browse the repository at this point in the history
Use cluster scope instead of AKS
  • Loading branch information
yuleib authored Oct 19, 2023
2 parents e443617 + ad0448a commit b9141c0
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 b9141c0

Please sign in to comment.