Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Dickenson <rdickenson@gitlab.com>2022-07-22 06:06:56 +0300
committerEvan Read <eread@gitlab.com>2022-07-22 06:06:56 +0300
commitd12bac878871d18da54c0e512da48498872ac980 (patch)
tree63f6f83797d697d9df07f66ee78d59447ed6c0e6
parent4d0b1e4f1b4a88c8cb230a906b9fb2682d1f246c (diff)
Add SAST customize rulesets page to docs nav
-rw-r--r--content/_data/navigation.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index f129f677..2ac5c53d 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -1803,7 +1803,9 @@ sections:
- doc_title: Static Application Security Testing
doc_url: 'ee/user/application_security/sast/'
docs:
- - doc_title: SAST Analyzers
+ - doc_title: Customize rulesets
+ doc_url: 'ee/user/application_security/sast/customize_rulesets.html'
+ - doc_title: SAST analyzers
doc_url: 'ee/user/application_security/sast/analyzers.html'
- doc_title: Infrastructure as Code (IaC) Scanning
doc_url: 'ee/user/application_security/iac_scanning/'