SAST config: Consistent label capitalization + shorter max depth descr
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 |
---|---|
How to set up and validate locally
- Navigate to a project in GitLab (Note: Ultimate license required)
- Go to Secure > Security configuration
- Locate the "Static Application Security Testing (SAST)" card
- Click on "Enable SAST" (if SAST is not enabled) or "Configure SAST" (if SAST is enabled)
- Review copy changes
Edited by Michael Fangman