We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb9697 commit 952df02Copy full SHA for 952df02
test/test_secure_apis.sh
@@ -14,11 +14,6 @@ if [[ $? != 1 ]]; then
14
echo "set_secure_system_falco_rules.py succeeded when it should have failed"
15
exit 1
16
fi
17
-
18
-if [[ "$OUT" != "Access is denied: Not enough privileges to complete the action" ]]; then
19
- echo "Unexpected output from set_secure_system_falco_rules.py: $OUT"
20
- exit 1
21
-fi
22
set -e
23
24
# Get the system falco rules file. Don't validate it, just verify that it can be fetched.
0 commit comments