17 lines
419 B
Markdown
17 lines
419 B
Markdown
# Red-Team / Blue-Team Loop
|
|
|
|
This directory defines the safe recurring security loop for the homelab. The
|
|
first implementation runs local deterministic checks and prints the gated live
|
|
checks that should run from the Debian host.
|
|
|
|
Run:
|
|
|
|
```bash
|
|
./jeannie red-blue plan
|
|
./jeannie red-blue run --local
|
|
```
|
|
|
|
The loop is intentionally top-risk oriented: fix, accept, or defer findings in
|
|
`infra/red-blue-loop/ledger.tsv`.
|
|
|