UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ironbank-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iron Bank
ironbank-pipeline
Commits
a6c2f90e
Verified
Commit
a6c2f90e
authored
2 months ago
by
Matthew Scott
Browse files
Options
Downloads
Patches
Plain Diff
removed check for report.html
parent
f649101b
No related branches found
No related tags found
1 merge request
!1474
remove check for report.html in openscap-compliance job
Pipeline
#3849526
passed with warnings
2 months ago
Stage: code-check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pipeline1/3-scan/oscap_scan.sh
+1
-2
1 addition, 2 deletions
pipeline1/3-scan/oscap_scan.sh
with
1 addition
and
2 deletions
pipeline1/3-scan/oscap_scan.sh
+
1
−
2
View file @
a6c2f90e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment