mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-15 12:29:04 +00:00
Changed 1.3.3 to check that --use-service-account-credentials isn't set to false, but the flag is set (#442)
This commit is contained in:
parent
d5a02f7cb4
commit
8276e521d4
@ -759,8 +759,8 @@ groups:
|
||||
test_items:
|
||||
- flag: "--use-service-account-credentials"
|
||||
compare:
|
||||
op: eq
|
||||
value: true
|
||||
op: noteq
|
||||
value: false
|
||||
set: true
|
||||
remediation: |
|
||||
Edit the Controller Manager pod specification file $controllermanagerconf
|
||||
|
@ -762,8 +762,8 @@ groups:
|
||||
test_items:
|
||||
- flag: "--use-service-account-credentials"
|
||||
compare:
|
||||
op: eq
|
||||
value: true
|
||||
op: noteq
|
||||
value: false
|
||||
set: true
|
||||
remediation: |
|
||||
Edit the Controller Manager pod specification file $controllermanagerconf
|
||||
|
Loading…
Reference in New Issue
Block a user