From 32b811c5ad1e898df31aa949a8fc3994ded5b5ec Mon Sep 17 00:00:00 2001 From: Rob Jackson Date: Wed, 28 May 2025 08:31:14 -0400 Subject: [PATCH] cleanup --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 337eb89..c6a0302 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ keyword. ```yaml include: - - component: gitlab.com/components/sast/sast@ # To include SAST Scanning + - component: gitlab.com/components/sast/sast@ ``` where `` is the latest released tag or `main`. @@ -68,7 +68,7 @@ keyword. ```yaml include: - - component: gitlab.com/components/sast/iac-sast@ # To include IaC Scanning + - component: gitlab.com/components/sast/iac-sast@ ``` where `` is the latest released tag or `main`. @@ -84,8 +84,6 @@ where `` is the latest released tag or `main`. | `excluded_paths` | `"spec, test, tests, tmp"` | Comma separated list of paths to exclude | | `search_max_depth` | `4` | Defines how many directory levels the search for programming languages should span | - - ## Contribute Please read about CI/CD components and best practices at: https://docs.gitlab.com/ee/ci/components