Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist
Exclude unittests from SAST, since it raises for example vulnerability reports for using "assert". But that is needed for unittests.
Exclude unittests from SAST, since it raises for example vulnerability reports for using "assert". But that is needed for unittests.
Merge details
requested review from @m.hock
assigned to @hannes.mayr
closed
Closed since it changes the whole gitlab-ci.yaml and not only the intended line.