mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +02:00
Merge branch 'fp-fix-readme-snippet-for-rules' into 'main'
Fix snippet when using SAST_DISABLED See merge request gitlab-components/sast!6
This commit is contained in:
commit
9476570e75
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ include:
|
|||
rules:
|
||||
- if: $SAST_DISABLED == "true" || $SAST_DISABLED == "1"
|
||||
when: never
|
||||
- when: always
|
||||
```
|
||||
|
||||
Otherwise all SAST jobs will always run when applicable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue