We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe70aa commit b5ed252Copy full SHA for b5ed252
docs/reference/configuration.md
@@ -335,9 +335,9 @@ Policy settings
335
```yaml
336
policy:
337
# Path to the WASM module
338
- # Default for docker feature: `/usr/local/share/mas-cli/policy.wasm`
339
- # Default for dist feature: `./share/policy.wasm`
340
- # Default otherwise: `./policies/policy.wasm`
+ # Default in Docker distribution: `/usr/local/share/mas-cli/policy.wasm`
+ # Default in pre-built binaries: `./share/policy.wasm`
+ # Default in locally-built binaries: `./policies/policy.wasm`
341
wasm_module: ./policies/policy.wasm
342
# Entrypoint to use when evaluating client registrations
343
client_registration_entrypoint: client_registration/violation
0 commit comments