generated from coulomb/repo-seed
Expose retained runs through service API
This commit is contained in:
@@ -35,12 +35,14 @@ echo "==> Verifying mounted run artifacts"
|
||||
for path in \
|
||||
"$RUNS_DIR/sample-noop/run.json" \
|
||||
"$RUNS_DIR/sample-noop/plan.json" \
|
||||
"$RUNS_DIR/sample-noop/sources.lock.json" \
|
||||
"$RUNS_DIR/sample-noop/retention-summary.json" \
|
||||
"$RUNS_DIR/sample-noop/normalized/evidence.json" \
|
||||
"$RUNS_DIR/sample-noop/normalized/findings.json" \
|
||||
"$RUNS_DIR/sample-noop/normalized/mappings.json" \
|
||||
"$RUNS_DIR/sample-noop/reports/assessment-package.json" \
|
||||
"$RUNS_DIR/sample-noop/reports/report.md"
|
||||
"$RUNS_DIR/sample-noop/reports/report.md" \
|
||||
"$RUNS_DIR/sample-noop/reports/submission-package.json"
|
||||
do
|
||||
if [ ! -f "$path" ]; then
|
||||
echo "ERROR: expected artifact missing: $path" >&2
|
||||
|
||||
Reference in New Issue
Block a user