incorporating suggestions for markdown links and nomenclature.

This commit is contained in:
Rob Jackson 2025-05-28 07:59:28 -04:00
parent ef1a1d6cd5
commit 5ee8b4583a

View file

@ -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_]] [[_TOC_]]
@ -7,9 +7,9 @@ This project provides componnets for the use of Static Application Security Test
### Documentation References ### 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 ### Usage