gitlab CI: enable gitlab's builtin static analysis
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
f0b2eeaf2f
commit
f26c7265ec
|
@ -17,10 +17,12 @@ include:
|
||||||
- project: 'freedesktop/ci-templates'
|
- project: 'freedesktop/ci-templates'
|
||||||
ref: 4f06663cd1507136a0f8440925a2521098adb298
|
ref: 4f06663cd1507136a0f8440925a2521098adb298
|
||||||
file: '/templates/debian.yml'
|
file: '/templates/debian.yml'
|
||||||
|
- template: Security/SAST.gitlab-ci.yml
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- docker-image
|
- docker-image
|
||||||
- build-and-test
|
- build-and-test
|
||||||
|
- test
|
||||||
|
|
||||||
.ci-run-policy:
|
.ci-run-policy:
|
||||||
# Retry jobs after runner system failures
|
# Retry jobs after runner system failures
|
||||||
|
|
Loading…
Reference in New Issue