mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 15:38:29 +02:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
551d5fb89b
commit
c6a0ab358f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ include:
|
||||||
- component: gitlab.com/gitlab-components/sast@main
|
- component: gitlab.com/gitlab-components/sast@main
|
||||||
rules:
|
rules:
|
||||||
- if: $SAST_DISABLED == "true" || $SAST_DISABLED == "1"
|
- if: $SAST_DISABLED == "true" || $SAST_DISABLED == "1"
|
||||||
when: never
|
when: never
|
||||||
```
|
```
|
||||||
|
|
||||||
Otherwise all SAST jobs will always run when applicable.
|
Otherwise all SAST jobs will always run when applicable.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue