Skip to content

Commit 712ae85

Browse files
committed
change: oscap-ssh: allow xccdf --verbose DEVEL eval
This is needed sometimes when debugging.
1 parent 5274233 commit 712ae85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/oscap-ssh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ function check_oscap_arguments {
160160
true
161161
elif [ "$1 $2" == "xccdf eval" ]; then
162162
true
163+
elif (( $# >= 4 )) && [ "$1 $2 $3 $4" == "xccdf --verbose DEVEL eval" ]; then
164+
true
163165
elif [ "$1 $2" == "oval eval" ]; then
164166
true
165167
elif [ "$1 $2" == "oval collect" ]; then

0 commit comments

Comments
 (0)