From f9bd3d94c14fc92f37c43ce20c04dd949247a56a Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Sat, 23 Apr 2022 10:23:37 +0200 Subject: [PATCH] Disable flawfinder-sast --- tests/gitlab.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/gitlab.yml b/tests/gitlab.yml index e241b04..cd9de79 100644 --- a/tests/gitlab.yml +++ b/tests/gitlab.yml @@ -66,6 +66,10 @@ eslint-sast: rules: - if: '$DISABLE_GITLAB_CI_TEST_SAST_ESLINT != "1"' +flawfinder-sast: + rules: + - when: never + nodejs-scan-sast: <<: *test_gitlab_default artifacts: -- GitLab