Gitlab sast
This commit is contained in:
parent
b317c2ee23
commit
dcb03e8449
1 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,14 @@ mypy:
|
|||
- mypy --install-types --non-interactive multischleuder
|
||||
- mypy multischleuder
|
||||
|
||||
sast:
|
||||
stage: test
|
||||
bandit-sast:
|
||||
before_script: ['']
|
||||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
- template: Security/Dependency-Scanning.gitlab-ci.yml
|
||||
|
||||
schleuder:
|
||||
stage: test
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue