geomys/gVisor Sandboxed Step

Run commands in a gVisor sandbox

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Nov 27, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: geomys/sandboxed-step@7d75eb49d17fdeeb3656b3a57d35932d205bcfb9 # v1.2.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
runCommands to run in the sandboxyes
allow-checkout-credentialsAllow running even if checkout action has persisted credentials (NOT RECOMMENDED)nofalse
persist-workspace-changesAllow changes to the workspace to persist on the hostnofalse
envAdditional environment variables to set in the sandbox (one per line, KEY=VALUE format)no""
disable-networkDisable network access in the sandbox (default: false)nofalse
rootfs-imageDocker image to use as the rootfs (default: ghcr.io/catthehacker/ubuntu:runner-24.04)noghcr.io/catthehacker/ubuntu:runner-24.04

no outputs