actions-marketplace-validations/OX Security Scan

OX Security Scan as part of your GitHub Actions workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ox_host_urlOX Security application deployment URL.nohttps://api.cloud.ox.security
ox_api_keyAPI key generated in the OX Security application.yes
ox_scan_full_branchTo scan the entire branch and not only the latest introduced commits, set to `true`.nofalse
ox_override_blockingTo override a step failure on a blocking issue, set to `true`.nofalse
ox_timeoutTimeout 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_timeoutTo have a scan timeout cause a step failure, set to `true`.no
ox_disable_ssl_validationIf you have an on premise OX Security application deployment and you are using a self-signed certificate, set to `true`.nofalse
ox_fail_on_errorTo have an error (i.e. network, infrastructure) cause a step failure, set to `true`.no
github_repository_idRepository ID set from context. Do not override.no${{ github.repository_id }}
github_repository_urlRepository URL set from context. Do not override.no${{ github.repositoryUrl }}
github_pull_request_head_shaCommit 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 }}

no outputs