Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/openshell-prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ use report::{render_compact, render_report};

/// Run the prover end-to-end and return an exit code.
///
/// - `0` — pass (no critical/high findings, or all accepted)
/// - `1` — fail (critical or high findings present)
/// - `0` — pass (no findings, or all accepted)
/// - `1` — fail (one or more unaccepted findings present)
/// - `2` — input error
///
/// Binary and API capability registries are embedded at compile time.
Expand Down
Loading