From c6a0ab358f6bc5b1c89860f2d306aceca59f5093 Mon Sep 17 00:00:00 2001 From: Fabio Pitino Date: Wed, 5 Jul 2023 07:44:47 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 042ed58..3ccdc5a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ include: - component: gitlab.com/gitlab-components/sast@main rules: - if: $SAST_DISABLED == "true" || $SAST_DISABLED == "1" - when: never + when: never ``` Otherwise all SAST jobs will always run when applicable.