pipery-dev/Pipery Rust CI

CI pipeline for Rust: SAST, SCA, lint, build, test, versioning, packaging, release, reintegration

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project_pathPath to the project source tree the action should operate on.no.
config_filePath to Pipery config file.no.pipery/config.yaml
rust_toolchainRust toolchain to use (e.g. stable, nightly, 1.75).nostable
tests_pathTest filter pattern passed to cargo test.no""
featuresCargo features to enable (comma-separated).no""
targetCargo target triple (e.g. x86_64-unknown-linux-musl).no""
github_tokenGitHub token for release and reintegration steps.no""
version_bumpVersion bump type: patch, minor, or major.nopatch
log_filePath to the JSONL log file written during the run.nopipery.jsonl
target_branchTarget branch for reintegration.nomain
crates_tokencrates.io API token for publishing.no""
skip_sastSkip SAST step.nofalse
skip_scaSkip SCA step.nofalse
skip_lintSkip lint step.nofalse
skip_buildSkip build step.nofalse
skip_testSkip test step.nofalse
skip_versioningSkip versioning step.nofalse
skip_packagingSkip packaging step.nofalse
skip_releaseSkip release step.nofalse
skip_reintegrationSkip reintegration step.nofalse

no outputs