Update README.md to reference updated component path

This commit is contained in:
Mark Nuzzo 2023-12-20 20:42:12 +00:00
parent daa8e58fc6
commit c542bedf60

View file

@ -13,7 +13,7 @@ keyword.
```yaml
include:
- component: gitlab.com/gitlab-components/secret-detection/secret-detection@<VERSION>
- component: gitlab.com/components/secret-detection/secret-detection@<VERSION>
```
where `<VERSION>` is the latest released tag or `main`.
@ -24,7 +24,7 @@ If you are converting the configuration to use components and want to leverage t
```yaml
include:
- component: gitlab.com/gitlab-components/secret-detection/secret-detection@main
- component: gitlab.com/components/secret-detection/secret-detection@main
rules:
- if: $SECRET_DETECTION_DISABLED == "true" || $SECRET_DETECTION_DISABLED == "1"
when: never