Update README.md to reference updated component path

This commit is contained in:
Mark Nuzzo 2023-12-22 11:19:52 +00:00 committed by Avielle Wolfe
parent a373e2cf13
commit e31763068c

View file

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