From 5ee8b4583a8db1ecefe34f4d966fe740c916bd6b Mon Sep 17 00:00:00 2001 From: Rob Jackson Date: Wed, 28 May 2025 07:59:28 -0400 Subject: [PATCH] incorporating suggestions for markdown links and nomenclature. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9743638..701de67 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -This project provides componnets for the use of Static Application Security Testing as well as Infrastructure as Code testing. +This project provides components for the use of Static Application Security Testing as well as Infrastructure as Code scanning. [[_TOC_]] @@ -7,9 +7,9 @@ This project provides componnets for the use of Static Application Security Test ### Documentation References -Configuration for SAST can be performed through CI/CD Variables (https://docs.gitlab.com/ee/ci/variables/index.html) or via the definition of Inputs (https://docs.gitlab.com/ci/inputs/). +Configuration for SAST can be performed through [CI/CD Variables](https://docs.gitlab.com/ee/ci/variables/index.html) or via the definition of [Inputs](https://docs.gitlab.com/ci/inputs/). -More information about GitLab SAST is available within GitLab documentation (https://docs.gitlab.com/ee/user/application_security/sast/), along with the available variables (https://docs.gitlab.com/ee/user/application_security/sast/index.html#available-cicd-variables). +More information about GitLab SAST is available within [GitLab documentation](https://docs.gitlab.com/ee/user/application_security/sast/), along with the [available variables](https://docs.gitlab.com/ee/user/application_security/sast/index.html#available-cicd-variables). ### Usage