Skip to content
Snippets Groups Projects

Exclude unittests from SAST since it raises unnecessary errors.

Merged Mayr, Hannes requested to merge remove-security-warnings-for-unittests into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading