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 5274233 commit 712ae85Copy full SHA for 712ae85
utils/oscap-ssh
@@ -160,6 +160,8 @@ function check_oscap_arguments {
160
true
161
elif [ "$1 $2" == "xccdf eval" ]; then
162
163
+ elif (( $# >= 4 )) && [ "$1 $2 $3 $4" == "xccdf --verbose DEVEL eval" ]; then
164
+ true
165
elif [ "$1 $2" == "oval eval" ]; then
166
167
elif [ "$1 $2" == "oval collect" ]; then
0 commit comments