Skip to main content

Module init

Module init 

Source
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§

InitOptions
Options for cargo capsec init.

Functions§

run_init
Runs the cargo capsec init command.