diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e52b08fb75815b3f46df90a6e6e0dec912d90ef..6e4e183937d002b787b55fb9c9784248111c4bfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,13 +10,7 @@ stages: - build - test -include: -- template: Security/SAST.gitlab-ci.yml - - -image: ubuntu:jammy - -sast: +flawfinder-sast: stage: test needs: [] dependencies: [] @@ -24,6 +18,11 @@ sast: - main - merge_requests +include: +- template: Security/SAST.gitlab-ci.yml + +image: ubuntu:jammy + code_quality: stage: test allow_failure: true