Add gitlab SAST and dependency scanning
This commit is contained in:
parent
72a8a67dbf
commit
1060c8e8d0
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ mypy:
|
|||
|
||||
sast:
|
||||
stage: test
|
||||
bandit-sast:
|
||||
before_script: ['']
|
||||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
- template: Security/Dependency-Scanning.gitlab-ci.yml
|
||||
|
|
Loading…
Reference in a new issue