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
91f4da07
Commit
91f4da07
authored
Feb 21, 2022
by
Jiaan Louw
Committed by
Evan Read
Feb 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add compliance report violations docs
parent
5f03ba0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
doc/user/compliance/compliance_report/index.md
doc/user/compliance/compliance_report/index.md
+29
-0
No files found.
doc/user/compliance/compliance_report/index.md
View file @
91f4da07
...
...
@@ -105,3 +105,32 @@ You can generate a commit-specific Chain of Custody report for a given commit SH
NOTE:
The Chain of Custody report download is a CSV file, with a maximum size of 15 MB.
The remaining records are truncated when this limit is reached.
## Merge request violations
> Introduced in GitLab 14.6. [Deployed behind the `compliance_violations_report` flag](../../../administration/feature_flags.md). Disabled by default.
FLAG:
On self-managed GitLab, by default this feature is not available. To make it available,
ask an administrator to
[
enable the feature flag
](
../../../administration/feature_flags.md
)
named
`compliance_violations_report`
.
The feature is not ready for production use.
Merge request violations provide a view of all the
[
separation of duties
](
#approval-status-and-separation-of-duties
)
compliance violations
that exist in projects in a specific group. For each separation of duties compliance violation, you can see:
-
A list of compliance violations.
-
The severity of each compliance violation.
-
Reason for the compliance violation.
-
A link to the merge request that caused the compliance violation.
Merge request violations can only be access in the GitLab UI, but issues are tracking adding:
-
[
A GraphQL type to allow retrieval of compliance violations
](
https://gitlab.com/gitlab-org/gitlab/-/issues/347325
)
.
-
[
Consuming the merge request violations GraphQL type in the user interface
](
https://gitlab.com/gitlab-org/gitlab/-/issues/342897
)
.
### View merge request violations
To view merge request violations:
1.
On the top bar, select
**Menu > Groups**
and find your group.
1.
On the left sidebar, select
**Security & Compliance > Compliance report**
.
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