UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit a6c2f90e authored by Matthew Scott's avatar Matthew Scott
Browse files

removed check for report.html

parent f649101b
No related branches found
No related tags found
1 merge request!1474remove check for report.html in openscap-compliance job
Pipeline #3849526 passed with warnings
......@@ -95,8 +95,7 @@ for SCAN_LOGIC_DIR in "$ARTIFACT_STORAGE/scan-logic"/*; do
# or it may segfault before producing artifacts.
if
[ -f "${ARTIFACT_DIR_REALPATH}/compliance_output_report_stigviewer.xml" ] &&
[ -f "${ARTIFACT_DIR_REALPATH}/compliance_output_report.xml" ] &&
[ -f "${ARTIFACT_DIR_REALPATH}/report.html" ]
[ -f "${ARTIFACT_DIR_REALPATH}/compliance_output_report.xml" ]
then
echo "INFO scan complete"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment