Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist
Compare changes
+ 19
− 31
@@ -34,11 +35,10 @@ test:
@@ -48,35 +48,23 @@ pages:
Exclude unittests from SAST, since it raises for example vulnerability reports for using "assert". But that is needed for unittests.