debian-mirror-gitlab/spec/support/gitlab_stubs/gitlab_ci_for_sast.yml

17 lines
414 B
YAML
Raw Normal View History

2020-10-24 23:57:45 +05:30
include:
- template: SAST.gitlab-ci.yml
variables:
SECURE_ANALYZERS_PREFIX: "registry.gitlab.com/gitlab-org/security-products/analyzers2"
SAST_EXCLUDED_PATHS: "spec, executables"
2021-03-08 18:12:59 +05:30
SAST_DEFAULT_ANALYZERS: "bandit, brakeman"
SAST_EXCLUDED_ANALYZERS: "brakeman"
2020-10-24 23:57:45 +05:30
stages:
- our_custom_security_stage
sast:
stage: our_custom_security_stage
variables:
SEARCH_MAX_DEPTH: 8
2020-11-24 15:15:51 +05:30
SAST_BRAKEMAN_LEVEL: 2