Add gitlab SAST and dependency scanning
This commit is contained in:
parent
b317c2ee23
commit
259a6fe696
1 changed files with 10 additions and 0 deletions
|
@ -37,6 +37,16 @@ mypy:
|
|||
- mypy --install-types --non-interactive multischleuder
|
||||
- mypy multischleuder
|
||||
|
||||
sast:
|
||||
stage: test
|
||||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
|
||||
dependencies:
|
||||
stage: test
|
||||
include:
|
||||
- template: Security/Dependency-Scanning.gitlab-ci.yml
|
||||
|
||||
schleuder:
|
||||
stage: test
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue