the pipeline configuration, the last mention of the variable will take precedence.
In the following example, we include the SAST template and at the same time we
In the following example, we include the SAST template and at the same time we
set the `SAST_GOSEC_LEVEL` variable to `2`:
set the `SAST_GOSEC_LEVEL` variable to `2`:
...
@@ -134,7 +135,8 @@ variables:
...
@@ -134,7 +135,8 @@ variables:
SAST_GOSEC_LEVEL:2
SAST_GOSEC_LEVEL:2
```
```
[**> Find all the supported variables that you can use, in the SAST analyzer's project page.**](https://gitlab.com/gitlab-org/security-products/sast#settings)
Because the template is [evaluated before](../../../ci/yaml/README.md#include)
the pipeline configuration, the last mention of the variable will take precedence.