mirror of
https://gitlab.com/components/sast.git
synced 2025-07-01 07:48:28 +02:00
Migrate to new components directory structure
This commit is contained in:
parent
9476570e75
commit
c122fdb255
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ keyword.
|
|||
|
||||
```yaml
|
||||
include:
|
||||
- component: gitlab.com/gitlab-components/sast@<VERSION>
|
||||
- component: gitlab.com/gitlab-components/sast/all-jobs@<VERSION>
|
||||
```
|
||||
|
||||
where `<VERSION>` is the latest released tag or `main`.
|
||||
|
@ -21,7 +21,7 @@ If you are converting the configuration to use components and want to leverage t
|
|||
|
||||
```yaml
|
||||
include:
|
||||
- component: gitlab.com/gitlab-components/sast@main
|
||||
- component: gitlab.com/gitlab-components/sast/all-jobs@main
|
||||
rules:
|
||||
- if: $SAST_DISABLED == "true" || $SAST_DISABLED == "1"
|
||||
when: never
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue