Expand description
cargo capsec init — bootstrap capsec for an existing codebase.
Runs a full audit, then generates a .capsec.toml that suppresses all existing
findings. This lets teams adopt capsec incrementally: accept the current state,
then catch regressions in CI.
Structs§
- Init
Options - Options for
cargo capsec init.
Functions§
- run_
init - Runs the
cargo capsec initcommand.