coinfabrik/Scout Security Analysis

Runs Scout security analysis on Rust projects and reports findings

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working_directoryDirectory containing the Cargo.toml file to analyze. Examples: - "." (current directory) - "./my-project" - "packages/rust-project" no.
verboseEnable verbose output for detailed analysis information. Set to 'true' for debugging purposes. nofalse
fail_on_errorControls whether the action should fail if Scout finds security issues. Set to 'false' to continue pipeline execution regardless of findings. notrue
comment_prAutomatically comment analysis results on the PR. Requires github_token to be set. nofalse
github_tokenGitHub token for PR commenting functionality. Required when comment_pr is set to true. no
scout_extra_argsAdditional arguments to pass to Scout CLI. Example: "--exclude [DETECTOR_NAME]" no""
namedescription
reportPath to the generated markdown report file relative to workspace