18 lines
457 B
Markdown
18 lines
457 B
Markdown
# Security Audit Toolchain
|
|
|
|
The shared GovOPlaN security audit toolbox moved to the meta repository.
|
|
|
|
Use:
|
|
|
|
```bash
|
|
cd /mnt/DATA/git/govoplan
|
|
tools/checks/security-audit/run.sh --mode ci --scope govoplan
|
|
tools/checks/security-audit/run.sh --mode full --scope govoplan
|
|
```
|
|
|
|
Canonical documentation:
|
|
|
|
- `/mnt/DATA/git/govoplan/docs/operations/SECURITY_AUDIT.md`
|
|
|
|
Implementation contract: [disposable resource-bounded operations](BOUNDED_PROCESS_CONTRACT.md).
|