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

Exclude unittests from SAST since it raises unnecessary errors.

parent db346d3c
No related branches found
No related tags found
2 merge requests!52Create v0.2.2,!47Exclude unittests from SAST since it raises unnecessary errors.
Pipeline #850114 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