Migrate to new components directory structure

This commit is contained in:
Fabio Pitino 2023-11-07 12:32:34 +00:00
parent 9476570e75
commit c122fdb255
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
include:
- component: gitlab.com/$CI_PROJECT_PATH@$CI_COMMIT_SHA
- component: gitlab.com/$CI_PROJECT_PATH/all-jobs@$CI_COMMIT_SHA
stages: [test, release]

View file

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