Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions src/test/_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ entries:
- json
- ctx

# wippy.test:runner_policy
- name: runner_policy
kind: security.policy
meta:
comment: Root scope for the CLI test runner. The runner discovers and executes arbitrary registry entries, so it requires unrestricted access; the CLI launcher installing it is the trust anchor.
policy:
resources: '*'
actions: '*'
effect: allow

# wippy.test:runner
- name: runner
kind: process.lua
Expand All @@ -70,6 +80,11 @@ entries:
name: test
short: Run tests
use_case: test
security:
actor:
id: wippy.test:runner
policies:
- wippy.test:runner_policy
source: file://runner.lua
method: main
modules:
Expand Down
Loading