Files
polaris/docs/exit-codes.md
Robert Brennan 2ac6a2b540 Change error to danger (#299)
* rename 'error' to 'danger'

* update dashboard

* fix docs

* update deploy configs
2020-05-19 08:41:07 -04:00

512 B

Polaris Exit Codes for Audit Runs

Exit 0
Successful exit code
Exit 1
Could not run audit, or application had a failure while running.
Exit 2
Unused
Exit 3
Exiting due to `--set-exit-code-on-danger` being set and at least one danger was found after an audit.
Edit 4
Exiting due to `--set-exit-code-below-score` being set and the audit resulted in a score less than the minimum score value.