--
Pass Rate
Paste the JSON output from scripts/security-scan.sh --json or the compliance scanner below.
Run the comprehensive security scanner against the live cluster:
cd /path/to/sre-platform
scripts/security-scan.sh --json > scan-results.json
Scan a specific category only:
scripts/security-scan.sh --category pod-security --json > pod-scan.json
scripts/security-scan.sh --category network --json > net-scan.json
scripts/security-scan.sh --category supply-chain --json > sc-scan.json
Run the DISA STIG validation against RKE2 and Rocky Linux 9:
scripts/validate-compliance.sh --stig --json > stig-results.json
Once the scan completes, use Import JSON or Paste JSON to load the results into this report.