mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-11 03:37:52 +00:00
Reset repo before the commit of split the hunters
This commit is contained in:
@@ -629,6 +629,7 @@ class AccessApiServerViaServiceAccountTokenActive(ActiveHunter):
|
||||
return True
|
||||
|
||||
def patch_a_cluster_role(self, newly_created_cluster_role_name):
|
||||
|
||||
patch_data = '[{ "op": "add", "path": "/hello", "value": ["world"] }]'
|
||||
headers = {
|
||||
'Content-Type': 'application/json-patch+json',
|
||||
|
||||
Reference in New Issue
Block a user