[#452] seed compliance & security repo (CMMC/STIG/OpenVAS/pentest)

PRIVATE repo: vulnerability + posture data. scap/openvas/cmmc/bor/pentest
structure mapped to existing ticket set.
https://projects.knownelement.com/issues/452#note-4538
This commit is contained in:
2026-09-05 05:17:33 -05:00
commit c8b09b08f9
17 changed files with 1064 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# compliance repo consumes no secrets from env files by design: node access is
# root-SSH over Tailscale (keys via ssh-agent), and env.sh (sourced) holds
# node rosters + wire-plan constants. Copy env.sh values from the cluster
# runbook; never commit real kubeconfigs or tokens.
#
# Optional overrides when driving scripts by hand:
#SSH_USER=reachableceo
#SSH_OPTS=(-o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=15)