Skip to content

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 10 Mar 14:59
· 80 commits to main since this release

Patch Changes

  • f20cce2: Add Homebrew and Docker secret command examples to the permission gate presets in the Examples tab.

  • ae512a6: Add more policy and command examples in settings UI

    File policy presets:

    • SSH keys (_.pem, __rsa, *_ed25519)
    • AWS credentials (.aws/credentials, .aws/config)
    • Database files (_.db, _.sqlite, *.sqlite3) - read-only
    • Kubernetes secrets (.kube/config, kubeconfig)
    • Certificates (_.crt, _.key, *.p12)

    Dangerous command presets:

    • terraform apply/destroy
    • kubectl delete
    • docker system prune
    • git push --force
    • npm/yarn/pnpm publish
    • DROP DATABASE/TABLE