fiam/GitHub Actions entrypoint probe

Patch later GitHub Actions entrypoints so they print before execution.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
markerText printed before patched entrypoints.no[gha-entrypoint-probe] before
install-shell-shimsAdd PATH and Bash startup hooks for later run steps in the current job.notrue
patch-workspacePatch local workflow and action files in GITHUB_WORKSPACE.notrue
patch-downloaded-actionsPatch action metadata already downloaded under RUNNER_WORKSPACE/_actions.notrue
github-tokenToken used to fetch the current workflow when the workspace has not been checked out yet.no""
install-docker-wrapperReplace /usr/bin/docker with a temporary wrapper on Linux hosted runners.notrue
setup-unprivileged-userCreate and prepare the unprivileged user before later entrypoints run.nofalse
run-as-userUser that patched entrypoints should run as.nounpriv
run-entrypoints-as-userRe-exec patched shell, JavaScript, and Docker entrypoints as run-as-user.nofalse
sandbox-enabledStart an sbx sandbox and run patched shell, JavaScript, and Docker entrypoints through sbx exec.nofalse
install-sbx-cliInstall sbx from docker/sbx-releases before creating the sandbox.notrue
sbx-deb-versiondocker/sbx-releases tag used when installing sbx.nov0.30.0
sandbox-templateOptional sbx template or image reference used for the shell sandbox.no""
sandbox-nameOptional explicit sbx sandbox name. Defaults to the current GitHub run/job.no""
sandbox-network-policysbx default network policy to set before sandbox creation.nobalanced
sandbox-work-rootHost path mounted into the sandbox. Defaults to the runner _work directory.no""
docker-usernameDocker Hub username used for sbx image pulls when sandbox mode is enabled.no""
docker-passwordDocker Hub password or token used for sbx image pulls when sandbox mode is enabled.no""

no outputs