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

Merge branch 'remove-security-warnings-for-unittests' into 'dev'

Exclude unittests from SAST since it raises unnecessary errors.

See merge request !47
parents db346d3c 73bb79b6
Branches
Tags
2 merge requests!52Create v0.2.2,!47Exclude unittests from SAST since it raises unnecessary errors.
Pipeline #853712 waiting for manual action
......@@ -66,7 +66,7 @@ sast:
before_script:
- echo "No before script pls"
variables:
SAST_EXCLUDED_PATHS: spec, test, tmp
SAST_EXCLUDED_PATHS: spec, tests, tmp
stage: security
tags:
- docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment