ci: test evaluate
This commit is contained in:
parent
78223ffe6c
commit
7797caa8f8
1 changed files with 9 additions and 4 deletions
|
@ -5,9 +5,14 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
|
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
|
||||||
when:
|
when:
|
||||||
event:
|
- evaluate: 'CI_PIPELINE_EVENT == "push" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH'
|
||||||
exclude:
|
- evaluate: 'CI_PIPELINE_EVENT == "pr"'
|
||||||
- tag
|
|
||||||
|
# when:
|
||||||
|
# branch:
|
||||||
|
# include: [master, master]
|
||||||
|
# exclude: [renovate/*]
|
||||||
|
|
||||||
|
|
||||||
hadolint:
|
hadolint:
|
||||||
image: pipelinecomponents/hadolint:0.26.0@sha256:7122937006c7a9bcbb78ce764d3c2f0092f183b843ad128bc9fd6ea918e22d5b
|
image: pipelinecomponents/hadolint:0.26.0@sha256:7122937006c7a9bcbb78ce764d3c2f0092f183b843ad128bc9fd6ea918e22d5b
|
||||||
|
|
Loading…
Reference in a new issue