mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +02:00
Merge branch 'migrate-to-new-dir-structure' into 'main'
Migrate to new components directory structure See merge request gitlab-components/sast!7
This commit is contained in:
commit
1087014f46
3 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
||||
|
|
|
@ -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