Immutable
release. Only release title and notes can be modified.
Changelog
- 6a62356 feat: add named-config option (#3)
- Adds
-C, --named-configto load a profile from the sandboxec/profiles repository (resolved to raw YAML on thebasedbranch). - Enables running with shared profiles without a local config file, e.g.
sandboxec --named-config agents/claude -- claude. --configand--named-configare mutually exclusive; using both now returns an explicit error.- Named values are normalized (
/prefixand.yaml/.ymlsuffixes are handled); empty values fail fast.
- Adds
Verify
Important
It is strongly recommended to verify the integrity and security of the release assets before executing them. This helps mitigate potential risks associated with running unverified files.
First, verify the file using checksums.
sha256sum --check --ignore-missing sandboxec_v0.3.0-checksums.txtThen, ensure the authenticity of the release asset with Sigsum:
Note
You need to have sigsum-verify CLI installed.
go install sigsum.org/sigsum-go/cmd/sigsum-verify@v0.13.1sigsum-verify -k sandboxec-sigsum-key.pub -p sigsum-trust-policy.txt \
sandboxec_v0.3.0-OS_ARCH.proof < sandboxec_v0.3.0-OS_ARCH