blairham/Stevedore

Build, scan, sign, and release Docker/OCI images with stevedore — installs every tool it needs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandstevedore subcommand to run (release, plan, build, check, verify, doctor).norelease
argsAdditional arguments appended to the command, e.g. '--snapshot --only-changed'.no""
configPath to the stevedore config file (passed as -f). Autodiscovered when empty.no""
versionstevedore release to download (a tag like v0.0.0, or 'latest').nolatest
install-stevedoreDownload the stevedore release binary. Set false if it's already on PATH.notrue
working-directoryDirectory to run stevedore in.no.
setup-buildxSet up docker buildx. Disable if a previous step already did.notrue
install-cosignInstall cosign (needed when sign.cosign.enabled).notrue
install-syftInstall syft (needed when sbom.enabled).notrue
install-grypeInstall grype (needed when scan.enabled with scanner: grype).notrue
install-craneInstall crane (needed when versioning.strategy: registry).nofalse
namedescription
planThe JSON build plan emitted by `command: plan` (matrix mode); empty for other commands.
summaryCompact JSON release summary ({project, images: [{id, version, digest, repositories, pushed, skipped, reason, …}]}) written by `command: release`/`build`; empty for other commands. Filter on `pushed` before notifying downstream systems.