(ci) add more security pipelines

This commit is contained in:
Benjamin 2025-06-19 18:23:01 -04:00
parent 6923f8ba44
commit d7a04436bf
No known key found for this signature in database
GPG Key ID: E9469FAA8B44BB16

View File

@ -204,9 +204,14 @@ deploy test/purple:
ENVIRONMENT_DOMAIN: 'test-purple.pronouns.page'
include:
- template: Jobs/Secret-Detection.gitlab-ci.yml
- template: Jobs/Container-Scanning.gitlab-ci.yml
- template: Jobs/Dependency-Scanning.gitlab-ci.yml
- template: Jobs/SAST.gitlab-ci.yml
- template: Jobs/SAST-IaC.gitlab-ci.yml
variables:
AST_ENABLE_MR_PIPELINES: true
DS_EXCLUDED_ANALYZERS: gemnasium-python
DS_MAX_DEPTH: 4
CS_QUIET: true