1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-01-31 18:11:04 +00:00

Merge pull request #247 from aquasecurity/yoavrotems-patch-2

Update master.yaml
This commit is contained in:
Liz Rice 2019-03-27 14:24:03 +00:00 committed by GitHub
commit 54502c5f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -366,7 +366,10 @@ groups:
text: "Ensure that the --service-account-lookup argument is set to true (Scored)" text: "Ensure that the --service-account-lookup argument is set to true (Scored)"
audit: "ps -ef | grep $apiserverbin | grep -v grep" audit: "ps -ef | grep $apiserverbin | grep -v grep"
tests: tests:
bin_op: or
test_items: test_items:
- flag: "--service-account-lookup"
set: false
- flag: "--service-account-lookup" - flag: "--service-account-lookup"
compare: compare:
op: eq op: eq