Skip to content

SAST config: Consistent label capitalization + shorter max depth descr

Michael Fangman requested to merge mfangman-sast-config-text-updates into master

What does this MR do and why?

Update SAST configuration field labels to use consistent capitalization and shorten the description for 'Search maximum depth' in according with Pajama's brevity UI text guideline.

Before After
Excluded Paths Excluded paths
Search Maximum Depth Search maximum depth
Specifies the number of directory levels to be included in the repository search phase during SAST analysis. SAST scanner searches through the repository to detect the programming languages used and selects the corresponding analyzers. After that, the entire repository is analyzed. Specifies the number of directory levels searched to identify programming languages and 
frameworks. This determines which analyzers to run against the entire repository.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_by_Dropbox_Capture Screenshot_by_Dropbox_Capture

How to set up and validate locally

  1. Navigate to a project in GitLab (Note: Ultimate license required)
  2. Go to Secure > Security configuration
  3. Locate the "Static Application Security Testing (SAST)" card
  4. Click on "Enable SAST" (if SAST is not enabled) or "Configure SAST" (if SAST is enabled)
  5. Review copy changes
Edited by Michael Fangman

Merge request reports

Loading