adapt kube-bench scan for containerized k3d
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 3m32s

This commit is contained in:
2026-08-11 17:35:00 -04:00
parent 78504c7378
commit 3256a0b93b
3 changed files with 15 additions and 1 deletions
+3 -1
View File
@@ -98,7 +98,9 @@ jobs:
echo "Findings are reported as an artifact. The disposable K3d baseline is not a merge gate yet."
} >> "$GITHUB_STEP_SUMMARY"
exit "$job_rc"
# The report is intentionally informational until selected controls
# become merge gates in a later hardening phase.
exit 0
- name: Upload kube-bench report
if: always()