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

Add dependeny scan.

parent 5f75c7f3
No related branches found
No related tags found
No related merge requests found
Pipeline #812675 failed
......@@ -13,6 +13,7 @@ variables:
before_script:
- python --version # For debugging
- pip install --upgrade pip
- pip install --user
- pip install -r requirements.txt # install dependencies from file
PEP8:
stage: linting
......@@ -53,6 +54,8 @@ sast:
- docker
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
# 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
# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment