oxsecurity/OX Security Scan
OX Security Scan as part of your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ox_host_url | OX Security application deployment URL. | no | https://api.cloud.ox.security |
| ox_api_key | API key generated in the OX Security application. | yes | — |
| ox_scan_full_branch | To scan the entire branch and not only the latest introduced commits, set to `true`. | no | false |
| ox_override_blocking | To override a step failure on a blocking issue, set to `true`. | no | false |
| ox_timeout | Timeout in minutes after which the OX Security scan will be canceled. If a timeout occurs, step failure will depend on the value of `ox_fail_on_timeout` option. | no | — |
| ox_fail_on_timeout | To have a scan timeout cause a step failure, set to `true`. | no | — |
| ox_disable_ssl_validation | If you have an on premise OX Security application deployment and you are using a self-signed certificate, set to `true`. | no | false |
| ox_fail_on_error | To have an error (i.e. network, infrastructure) cause a step failure, set to `true`. | no | — |
| github_repository_id | Repository ID set from context. Do not override. | no | ${{ github.repository_id }} |
| github_repository_url | Repository URL set from context. Do not override. | no | ${{ github.repositoryUrl }} |
| github_pull_request_head_sha | Commit ID for the last commit to the head branch of the pull request set from context. Do not override. | no | ${{ github.event.pull_request.head.sha }} |
Outputs
no outputs