1
0
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:
mwwolters 2019-11-05 12:29:16 -08:00 committed by Liz Rice
parent d5a02f7cb4
commit 8276e521d4
2 changed files with 4 additions and 4 deletions

View File

@ -759,8 +759,8 @@ groups:
test_items: test_items:
- flag: "--use-service-account-credentials" - flag: "--use-service-account-credentials"
compare: compare:
op: eq op: noteq
value: true value: false
set: true set: true
remediation: | remediation: |
Edit the Controller Manager pod specification file $controllermanagerconf Edit the Controller Manager pod specification file $controllermanagerconf

View File

@ -762,8 +762,8 @@ groups:
test_items: test_items:
- flag: "--use-service-account-credentials" - flag: "--use-service-account-credentials"
compare: compare:
op: eq op: noteq
value: true value: false
set: true set: true
remediation: | remediation: |
Edit the Controller Manager pod specification file $controllermanagerconf Edit the Controller Manager pod specification file $controllermanagerconf