mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
12 lines
171 B
YAML
12 lines
171 B
YAML
|
|
stages:
|
||
|
|
- compliance
|
||
|
|
|
||
|
|
include:
|
||
|
|
- template: Security/Secret-Detection.gitlab-ci.yml
|
||
|
|
|
||
|
|
secret_detection:
|
||
|
|
stage: .pre
|
||
|
|
rules:
|
||
|
|
- when: always
|
||
|
|
allow_failure: false
|