diff --git a/README.md b/README.md index 7c18e30..876cefb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ keyword. ```yaml include: - - component: gitlab.com/gitlab-components/sast/sast@ + - component: gitlab.com/components/sast/sast@ ``` where `` 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 \ No newline at end of file +Please read about CI/CD components and best practices at: https://docs.gitlab.com/ee/ci/components