Skip to content
Snippets Groups Projects
Commit 5c67fb9c authored by Martin Juhás's avatar Martin Juhás
Browse files

Merge branch '252-add-sast' into 'main'

add SAST

Closes #252

See merge request inject/backend!240
parents f7e1f18e b05bb877
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,19 @@ unit_tests:
- poetry run mypy .
- poetry run python manage.py test
sast:
variables:
SAST_EXCLUDED_PATHS: tests, dev, definitions, docs
allow_failure: true
dependency_scanning:
variables:
DS_EXCLUDED_PATHS: tests, dev, definitions, docs
allow_failure: true
secret_detection:
allow_failure: false
create-image:
image: docker:20.10.16
services:
......@@ -56,3 +69,10 @@ create-image:
- docker push $IMAGE_TAG
- docker push $IMAGE_LATEST
include:
- template: Security/SAST.gitlab-ci.yml
- template: Jobs/Dependency-Scanning.gitlab-ci.yml
- template: Jobs/Secret-Detection.gitlab-ci.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment