Running Proaction
Running from the CLI
To scan a workflow from the CLI, which updates the file in place:
$ proaction scan ./path/to/workflow
You can also scan a workflow that's hosted in a GitHub repository:
$ proaction scan https://github.com/proactionhq/proaction/blob/master/.github/workflows/build-test-deploy.yaml
Alternative, to view just the diff and not update the file:
$ proaction scan --diff ./path/to/workflow