We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a DANGEROUS sequence. Need a way to escape hostile code.
local scan_command="oscap xccdf eval --profile ${profile} --results ${resultsdir}/${profile}-results-$suffix.xml --report ${resultsdir}/${profile}-results-${suffix}.html --cpe ${CPE} ${SSGCONTENTDIR}/ssg-rhel6-xccdf.xml" __log_govready "Scanning system for compliance to profile ${PROFILE}" __log_govready "Running command: ${scan_command}" # run openscap checklist eval $scan_command
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a DANGEROUS sequence. Need a way to escape hostile code.
The text was updated successfully, but these errors were encountered: