From abc0479a550697a6b0c30c88862e53f6292ed6e1 Mon Sep 17 00:00:00 2001 From: Julian Thome Date: Tue, 27 May 2025 14:39:02 +0200 Subject: [PATCH] include ff parameter in documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca020ac..62dd9c8 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ This assumes `SAST_DISABLED` variable is already defined in `.gitlab-ci.yml` wit | `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) ] | `include_experimental` | `"false"` | Set it to `"true"` to enable [experimental analyzers](https://docs.gitlab.com/ee/user/application_security/sast/#experimental-features) | +| `ff_glas_enable_php_support` | `"true"` | Set it to `"false"` to disable [PHP support for GLAS](https://gitlab.com/groups/gitlab-org/-/epics/14273) | ## Contribute