Releases: CoinFabrik/scout-actions
Releases · CoinFabrik/scout-actions
Release v3.2
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.
v3.1
Added --cicd option.
v3
v2.4
v2.4
v2.2
Update action.yml
v2.1
Updated docker image usage
v2
Update entrypoint.sh
v1
Update action.yml
test.v.1.0.8
Update entrypoint.sh
test.v.1.0.7
Update Dockerfile