run_audit
Audit a VBCS app using grunt-vb-audit, streaming live output to server logs to identify issues.
Instructions
Run grunt-vb-audit for a VBCS app. Streams output live to server logs as it runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repo checkout to target: absolute path, or a repo name under VBS_WORKSPACE_DIR, or omit to use VBCS_REPO_PATH default. Use list_repos to see what's available on this instance. | |
| appName | No | VBCS web app name (webApps/<name>) within the repo, or omit to use VBCS_APP_NAME default. Use list_apps to see what's available in a repo. |