Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a4e524f1
Commit
a4e524f1
authored
Apr 04, 2022
by
Sam White
Committed by
Nick Gaskill
Apr 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Further clarify scan policies in docs
parent
4c81292c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
doc/user/application_security/index.md
doc/user/application_security/index.md
+11
-1
No files found.
doc/user/application_security/index.md
View file @
a4e524f1
...
...
@@ -474,6 +474,7 @@ GitLab provides two methods of accomplishing this, each with advantages and disa
-
[
Compliance framework pipelines
](
../project/settings/#compliance-pipeline-configuration
)
are recommended when:
-
Scan execution enforcement is required for SAST or Secret Detection scans that use custom rulesets.
-
Scan execution enforcement is required for SAST IaC, Dependency Scanning,
License Compliance, API Fuzzing, or Coverage-guided Fuzzing.
-
Scan execution enforcement is required for scanners external to GitLab.
...
...
@@ -482,9 +483,18 @@ GitLab provides two methods of accomplishing this, each with advantages and disa
-
[
Scan execution policies
](
policies/scan-execution-policies.md
)
are recommended when:
-
Scan execution enforcement is required for DAST, SAST, Secret Detection, or Container Scanning.
-
Scan execution enforcement is required for DAST.
-
Scan execution enforcement is required for Container Scanning with project-specific variable
customizations. To accomplish this, users must create a separate security policy per project.
-
Scans are required to run on a regular, scheduled cadence.
-
Either solution can be used equally well when:
-
Scan execution enforcement is required for SAST or Secret Detection when custom rulesets are not
used.
-
Scan execution enforcement is required for Container Scanning with no project-specific variable
customizations.
Additional details about the differences between the two solutions are outlined below:
| | Compliance Framework Pipelines | Scan Execution Policies |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment