mirror of
https://gitlab.com/components/sast.git
synced 2025-06-29 23:18:28 +02:00
Update README.md to reference updated component path
This commit is contained in:
parent
a373e2cf13
commit
e31763068c
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ keyword.
|
|||
|
||||
```yaml
|
||||
include:
|
||||
- component: gitlab.com/gitlab-components/sast/sast@<VERSION>
|
||||
- component: gitlab.com/components/sast/sast@<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/sast@main
|
||||
- component: gitlab.com/components/sast/sast@main
|
||||
rules:
|
||||
- if: $SAST_DISABLED == "true" || $SAST_DISABLED == "1"
|
||||
when: never
|
||||
|
@ -48,4 +48,4 @@ This assumes `SAST_DISABLED` variable is already defined in `.gitlab-ci.yml` wit
|
|||
|
||||
## Contribute
|
||||
|
||||
Please read about CI/CD components and best practices at: https://docs.gitlab.com/ee/ci/components
|
||||
Please read about CI/CD components and best practices at: https://docs.gitlab.com/ee/ci/components
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue