Modified configuration options:
working_directory
: Defaults to the project root (.
). Should be set to a directory containing a Cargo.toml
.
verbose
: Defaults to false
. Enable for detailed output.
fail_on_error
: Defaults to true
. Set to false
to prevent CI pipeline failure.
comment_pr
: Defaults to false
. If true
, comments the report on the PR.
github_token
: Required only when comment_pr
is true
.
scout_extra_args
: Additional arguments passed to the Scout CLI.
Outputs:
report
: Path to the report.md
file.