CI: enable SAST, Secret-Detection, and Dependency Scanning

This commit is contained in:
Eric Rosenberg 2020-07-21 16:39:53 +00:00 committed by intrigeri
parent 099f99a395
commit 2a7bd3aa9e

View file

@ -110,3 +110,8 @@ shellcheck:
# - stage: test
# - script:
# - cd changehat/pam_apparmor && make check
include:
- template: SAST.gitlab-ci.yml
- template: Secret-Detection.gitlab-ci.yml
- template: Dependency-Scanning.gitlab-ci.yml