README.md update
All checks were successful
CI / test (push) Successful in 5m3s
Lint / test (push) Successful in 27s
Trivy / test (push) Successful in 18s

This commit is contained in:
Miguel Jacq 2025-12-18 17:24:45 +11:00
parent 4660a0703e
commit 25add369dc
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -14,6 +14,7 @@ It aims to be **optimistic and noninteractive**:
- Defensively excludes likely secrets (path denylist + content sniff + size caps).
- Captures non-system users and their SSH public keys.
- Captures miscellaneous `/etc` files it cant attribute to a package and installs them in an `etc_custom` role.
- Ditto for /usr/local/bin (for non-binary files) and /usr/local/etc
- Avoids trying to start systemd services that were detected as inactive during harvest.
---