From b0bca34ba81307aaab961e1887fe3b6965d8fd93 Mon Sep 17 00:00:00 2001 From: Ahmed Hemdan Date: Wed, 5 Jul 2023 13:03:16 +0200 Subject: [PATCH] Apply more feedback --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 3ccdc5a..a0b9ae8 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,7 @@ include: Otherwise all SAST jobs will always run when applicable. -This assumes `SAST_DISABLED` variable is already defined in `.gitlab-ci.yml` with either `'true'` or `'1'` as the value: - -```yaml -variables: - SAST_DISABLED: 'true' -``` +This assumes `SAST_DISABLED` variable is already defined in `.gitlab-ci.yml` with either `'true'` or `'1'` as the value. ### Inputs