coinfabrik/Scout Security Analysis
Runs Scout security analysis on Rust projects and reports findings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working_directory | Directory containing the Cargo.toml file to analyze. Examples: - "." (current directory) - "./my-project" - "packages/rust-project" | no | . |
| verbose | Enable verbose output for detailed analysis information. Set to 'true' for debugging purposes. | no | false |
| fail_on_error | Controls whether the action should fail if Scout finds security issues. Set to 'false' to continue pipeline execution regardless of findings. | no | true |
| comment_pr | Automatically comment analysis results on the PR. Requires github_token to be set. | no | false |
| github_token | GitHub token for PR commenting functionality. Required when comment_pr is set to true. | no | — |
| scout_extra_args | Additional arguments to pass to Scout CLI. Example: "--exclude [DETECTOR_NAME]" | no | "" |
Outputs
| name | description |
|---|---|
| report | Path to the generated markdown report file relative to workspace |