Add gitlab SAST and dependency scanning
This commit is contained in:
parent
259a6fe696
commit
72a8a67dbf
1 changed files with 3 additions and 7 deletions
|
@ -39,13 +39,9 @@ mypy:
|
||||||
|
|
||||||
sast:
|
sast:
|
||||||
stage: test
|
stage: test
|
||||||
include:
|
include:
|
||||||
- template: Security/SAST.gitlab-ci.yml
|
- template: Security/SAST.gitlab-ci.yml
|
||||||
|
- template: Security/Dependency-Scanning.gitlab-ci.yml
|
||||||
dependencies:
|
|
||||||
stage: test
|
|
||||||
include:
|
|
||||||
- template: Security/Dependency-Scanning.gitlab-ci.yml
|
|
||||||
|
|
||||||
schleuder:
|
schleuder:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue