From e14e01d3e007a98b46ef9e592c5fb605b19fc2f0 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Tue, 4 Mar 2025 13:25:39 +1100 Subject: [PATCH] Update run_advanced_sast in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca020ac..e1d843c 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ This assumes `SAST_DISABLED` variable is already defined in `.gitlab-ci.yml` wit | `excluded_paths` | `"spec, test, tests, tmp"` | Comma separated list of paths to exclude | | `search_max_depth` | `4` | Defines how many directory levels the search for programming languages should span | | `run_kubesec_sast` | `"false"` | Set it to `"true"` to run `kubesec-sast` job | -| `run_advanced_sast` | `false` | Set it to `true` to enable [GitLab Advanced SAST](https://docs.gitlab.com/ee/user/application_security/sast/gitlab_advanced_sast.html) ] +| `run_advanced_sast` | `true` | Set it to `false` to disable [GitLab Advanced SAST](https://docs.gitlab.com/ee/user/application_security/sast/gitlab_advanced_sast.html) ] | `include_experimental` | `"false"` | Set it to `"true"` to enable [experimental analyzers](https://docs.gitlab.com/ee/user/application_security/sast/#experimental-features) | ## Contribute -Please read about CI/CD components and best practices at: https://docs.gitlab.com/ee/ci/components +Please read about CI/CD components and best practices at: https://docs.gitlab.com/ee/ci/components