mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
update
This commit is contained in:
parent
16a68a03f1
commit
45f3acc425
2 changed files with 28 additions and 0 deletions
17
pipeline.yml
17
pipeline.yml
|
|
@ -1,4 +1,21 @@
|
||||||
|
stages:
|
||||||
|
- compliance
|
||||||
|
- deploy
|
||||||
|
|
||||||
|
compliance:
|
||||||
|
stage: compliance
|
||||||
|
trigger:
|
||||||
|
include:
|
||||||
|
- project: 'developerdurp/yml'
|
||||||
|
ref: 'main'
|
||||||
|
file:
|
||||||
|
- 'pipelines/compliance.yml'
|
||||||
|
|
||||||
|
|
||||||
gitlab_generic_package:
|
gitlab_generic_package:
|
||||||
|
stage: deploy
|
||||||
|
needs:
|
||||||
|
- job: version
|
||||||
trigger:
|
trigger:
|
||||||
include:
|
include:
|
||||||
- project: 'developerdurp/yml'
|
- project: 'developerdurp/yml'
|
||||||
|
|
|
||||||
11
pipelines/compliance.yml
Normal file
11
pipelines/compliance.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
stages:
|
||||||
|
- compliance
|
||||||
|
|
||||||
|
include:
|
||||||
|
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||||
|
|
||||||
|
secret_detection:
|
||||||
|
stage: .pre
|
||||||
|
rules:
|
||||||
|
- when: always
|
||||||
|
allow_failure: false
|
||||||
Loading…
Add table
Add a link
Reference in a new issue