run.toml 359 B

12345678910111213
  1. # Automatically generated - DO NOT EDIT!
  2. "$schema" = "../../schemas/schema.json"
  3. [[permission]]
  4. identifier = "allow-run"
  5. description = "Enables the run command without any pre-configured scope."
  6. commands.allow = ["run"]
  7. [[permission]]
  8. identifier = "deny-run"
  9. description = "Denies the run command without any pre-configured scope."
  10. commands.deny = ["run"]