Modify script execution in CI
Compare changes
+ 14
− 2
@@ -94,10 +94,22 @@ pre vars:
UNCLASSIFIED - NO CUI
Attention Iron Bank Customers: On March 27, 2025, we are moving SBOM artifacts from the Anchore Scan job to the Build job to streamline the container hardening pipeline. If you currently download SBOMs from the Anchore Scan job, you can still get them from the Build job and from other sources, including IBFE and image attestations.
Currently when scripts run in CI all are run regardless of whether a previous one fails. This makes it difficult to capture what the real issue was with a broken pipeline in CI.
This change moves the find command into a simple bash loop that iterates over all scripts. Execution immediately breaks when one script fails.
Closes #366 (closed)
UNCLASSIFIED - NO CUI