Skip to content
Snippets Groups Projects
Commit d4f295eb authored by Mayr, Hannes's avatar Mayr, Hannes
Browse files

Update .gitlab-ci.yml file

parent 9c22a0db
No related branches found
No related tags found
No related merge requests found
Pipeline #812704 failed
......@@ -46,20 +46,19 @@ pages:
- if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH"
- when: manual
sast:
image: python:latest
variables:
SAST_EXCLUDED_PATHS: spec, test, tmp
stage: security
tags:
- docker
include:
- template: Security/SAST.gitlab-ci.yml
dependency_scanning:
stage: security
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
gemnasium-dependency_scanning:
stage: security
# You can override the included template(s) by including variable overrides
# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment