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
7d49b162
Commit
7d49b162
authored
Jun 24, 2020
by
Kyle Mann
Committed by
ngaskill
Jun 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed documentation referring to deprecated UI
parent
9a7b4506
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
63 deletions
+26
-63
doc/user/application_security/index.md
doc/user/application_security/index.md
+1
-1
doc/user/compliance/license_compliance/index.md
doc/user/compliance/license_compliance/index.md
+25
-62
No files found.
doc/user/application_security/index.md
View file @
7d49b162
...
...
@@ -302,7 +302,7 @@ with the number of approvals required greater than zero.
Once this group is added to your project, the approval rule is enabled for all Merge Requests. To
configure how this rule behaves, you can choose which licenses to
`allow`
or
`deny`
in the
[
project policies for License Compliance
](
../compliance/license_compliance/index.md#p
roject-policies-for-license-compliance
)
[
project policies for License Compliance
](
../compliance/license_compliance/index.md#p
olicies
)
section.
Any code changes cause the approvals required to reset.
...
...
doc/user/compliance/license_compliance/index.md
View file @
7d49b162
...
...
@@ -23,8 +23,8 @@ GitLab checks the License Compliance report, compares the licenses between the
source and target branches, and shows the information right on the merge request.
Denied licenses will be clearly visible with an
`x`
red icon next to them
as well as new licenses which need a decision from you. In addition, you can
[
manually allow or deny
](
#p
roject-policies-for-license-compliance
)
licenses in your project's
settings
.
[
manually allow or deny
](
#p
olicies
)
licenses in your project's
license compliance policy section
.
NOTE:
**Note:**
If the license compliance report doesn't have anything to compare to, no information
...
...
@@ -601,68 +601,9 @@ Additional configuration may be needed for connecting to
[
private Python repositories
](
#using-private-python-repos
)
,
and
[
private Yarn registries
](
#using-private-yarn-registries
)
.
Exact name matches are required for
[
project policies
](
#p
roject-policies-for-license-compliance
)
Exact name matches are required for
[
project policies
](
#p
olicies
)
when running in an offline environment (
[
see related issue
](
https://gitlab.com/gitlab-org/gitlab/-/issues/212388
)
).
## Project policies for License Compliance
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/5940) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 11.4.
From the project's settings:
-
The list of licenses and their status can be managed.
-
Licenses can be manually allowed or denied.
To allow or deny a license:
1.
Either use the
**Manage licenses**
button in the merge request widget, or
select
**Security & Compliance > License Compliance**
in the project's sidebar navigation.
1.
Click the
**Add a license**
button.
!
[
License Compliance Add License
](
img/license_compliance_add_license_v13_0.png
)
1.
In the
**License name**
dropdown, either:
-
Select one of the available licenses. You can search for licenses in the field
at the top of the list.
-
Enter arbitrary text in the field at the top of the list. This will cause the text to be
added as a license name to the list.
1.
Select the
**Allow**
or
**Deny**
radio button to allow or deny respectively
the selected license.
To modify an existing license:
1.
In the
**License Compliance**
list, click the
**Allow/Deny**
dropdown to change it to the desired status.
!
[
License Compliance Settings
](
img/license_compliance_settings_v13_0.png
)
Searching for Licenses:
1.
Use the
**Search**
box to search for a specific license.
!
[
License Compliance Search
](
img/license_compliance_search_v13_0.png
)
## License Compliance report under pipelines
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/5491) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 11.2.
From your project's left sidebar, navigate to
**CI/CD > Pipelines**
and click on the
pipeline ID that has a
`license_scanning`
job to see the Licenses tab with the listed
licenses (if any).
![
License Compliance Pipeline Tab
](
img/license_compliance_pipeline_tab_v13_0.png
)
<!-- ## Troubleshooting
Include any troubleshooting steps that you can foresee. If you know beforehand what issues
one might have when setting this up, or when something is changed, or on upgrading, it's
important to describe those, too. Think of things that may go wrong and include them here.
This is important to minimize requests for support, and to avoid doc comments with
questions that you know someone might ask.
Each scenario can be a third-level heading, e.g.
`### Getting error message X`
.
If you have none to add when creating a doc, leave this section in place
but commented out to help encourage others to add to it in the future. -->
## License list
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/13582) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 12.7.
...
...
@@ -702,6 +643,28 @@ Developers of the project can view the policies configured in a project.
![
View Policies
](
img/policies_v13_0.png
)
## License Compliance report under pipelines
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/5491) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 11.2.
From your project's left sidebar, navigate to
**CI/CD > Pipelines**
and click on the
pipeline ID that has a
`license_scanning`
job to see the Licenses tab with the listed
licenses (if any).
![
License Compliance Pipeline Tab
](
img/license_compliance_pipeline_tab_v13_0.png
)
<!-- ## Troubleshooting
Include any troubleshooting steps that you can foresee. If you know beforehand what issues
one might have when setting this up, or when something is changed, or on upgrading, it's
important to describe those, too. Think of things that may go wrong and include them here.
This is important to minimize requests for support, and to avoid doc comments with
questions that you know someone might ask.
Each scenario can be a third-level heading, e.g.
`### Getting error message X`
.
If you have none to add when creating a doc, leave this section in place
but commented out to help encourage others to add to it in the future. -->
## Troubleshooting
### `ERROR -- : asdf: No preset version installed for command`
...
...
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