From e31763068c317268b447379441114489fa340e83 Mon Sep 17 00:00:00 2001 From: Mark Nuzzo Date: Fri, 22 Dec 2023 11:19:52 +0000 Subject: [PATCH] Update README.md to reference updated component path --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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