diff --git a/cfg/1.11/master.yaml b/cfg/1.11/master.yaml
index 554976ad979c9bf35513046bf9b67d65ec9dcd96..d54b2b16592700dcfe60c37894de61282d360aac 100644
--- a/cfg/1.11/master.yaml
+++ b/cfg/1.11/master.yaml
@@ -607,15 +607,15 @@ groups:
     text: "Ensure that the AdvancedAuditing argument is not set to false (Scored)"
     audit: "ps -ef | grep $apiserverbin | grep -v grep"
     tests:
-      bin_op: and
+      bin_op: or
       test_items:
       - flag: "--feature-gates"
         compare:
           op: nothave
           value: "AdvancedAuditing=false"
         set: true
-      - flag: "--audit-policy-file"
-        set: true
+      - flag: "--feature-gates"
+        set: false
     remediation: |
       Follow the Kubernetes documentation and set the desired audit policy in the
       /etc/kubernetes/audit-policy.yaml file. Then, edit the API server pod specification file $apiserverconf