Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Fabio Pitino 2023-07-05 07:44:47 +00:00
parent 551d5fb89b
commit c6a0ab358f

View file

@ -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.