GitLab CI/CD
Prerequisites
Required environment variables
Variable
Description
Optional environment variables
Variable
Description
Advanced environment variables
Variable
Description
Integration example (.gitlab-ci.yml)
.gitlab-ci.yml)stages:
- test
ox_security_scan:
stage: test
image: oxsecurity/ox-block-mode:latest
variables:
OX_API_KEY: $OX_API_KEY
# OX_OVERRIDE_BLOCKING: false
# OX_TIMEOUT: 20
# OX_FAIL_ON_TIMEOUT: false
# OX_FAIL_ON_ERROR: false
script:
- ox-block-mode
allow_failure: falseLast updated
