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
efed200d
Commit
efed200d
authored
Jul 05, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
48dcb2b8
2cbc72d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 deletions
+16
-6
doc/user/application_security/license_management/index.md
doc/user/application_security/license_management/index.md
+9
-2
doc/user/project/pipelines/job_artifacts.md
doc/user/project/pipelines/job_artifacts.md
+7
-4
No files found.
doc/user/application_security/license_management/index.md
View file @
efed200d
...
...
@@ -46,12 +46,19 @@ The following languages and package managers are supported.
| Language | Package managers | Scan Tool |
|------------|-------------------------------------------------------------------|----------------------------------------------------------|
| JavaScript |
[
Bower
](
https://bower.io/
)
,
[
npm
](
https://www.npmjs.com/
)
|
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| Go |
[
Godep
](
https://github.com/tools/godep
)
, go get
|
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| JavaScript |
[
Bower
](
https://bower.io/
)
,
[
npm
](
https://www.npmjs.com/
)
,
[
yarn
](
https://yarnpkg.com/
)
(
[experimental
support](https://github.com/pivotal/LicenseFinder#experimental-project-types))
|
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| Go |
[
Godep
](
https://github.com/tools/godep
)
, go get
(
[
experimental support
](
https://github.com/pivotal/LicenseFinder#experimental-project-types
)
), gvt (
[
experimental support
](
https://github.com/pivotal/LicenseFinder#experimental-project-types
)
), glide (
[
experimental support
](
https://github.com/pivotal/LicenseFinder#experimental-project-types
)
), dep (
[
experimental support
](
https://github.com/pivotal/LicenseFinder#experimental-project-types
)
), trash (
[
experimental support
](
https://github.com/pivotal/LicenseFinder#experimental-project-types
)
) and govendor (
[
experimental support
](
https://github.com/pivotal/LicenseFinder#experimental-project-types
)
),
[
go mod
](
https://github.com/golang/go/wiki/Modules
)
(
[experimental
support](https://github.com/pivotal/LicenseFinder#experimental-project-types))
|
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| Java |
[
Gradle
](
https://gradle.org/
)
,
[
Maven
](
https://maven.apache.org/
)
|
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| .NET |
[
Nuget
](
https://www.nuget.org/
)
|
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| Python |
[
pip
](
https://pip.pypa.io/en/stable/
)
|
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| Ruby |
[
gem
](
https://rubygems.org/
)
|
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| Erlang |
[
rebar
](
https://www.rebar3.org/
)
(
[experimental
support](https://github.com/pivotal/LicenseFinder#experimental-project-types))|
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| Objective-C, Swift |
[
Carthage
](
https://github.com/Carthage/Carthage
)
,
[
CocoaPods v0.39 and below
](
https://cocoapods.org/
)
(
[experimental
support](https://github.com/pivotal/LicenseFinder#experimental-project-types)) |
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| Elixir |
[
mix
](
https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html
)
(
[experimental
support](https://github.com/pivotal/LicenseFinder#experimental-project-types)) |
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| C++/C |
[
conan
](
https://conan.io/
)
(
[experimental
support](https://github.com/pivotal/LicenseFinder#experimental-project-types))|
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| Scala |
[
sbt
](
https://www.scala-sbt.org/
)
(
[experimental
support](https://github.com/pivotal/LicenseFinder#experimental-project-types))|
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| Rust |
[
cargo
](
https://crates.io/
)
(
[experimental
support](https://github.com/pivotal/LicenseFinder#experimental-project-types))|
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
| PHP |
[
composer
](
https://getcomposer.org/
)
(
[experimental
support](https://github.com/pivotal/LicenseFinder#experimental-project-types))|
[
License Finder
](
https://github.com/pivotal/LicenseFinder
)
|
## Requirements
...
...
doc/user/project/pipelines/job_artifacts.md
View file @
efed200d
...
...
@@ -187,10 +187,13 @@ information in the UI.
DANGER:
**Warning:**
This is a destructive action that leads to data loss. Use with caution.
If you are either the owner of a given job or have Master
[
permissions
](
../../permissions.md#gitlab-cicd-permissions
)
on the project, you can erase a single job via the UI which will also remove the
artifacts and the job's trace.
You can erase a single job via the UI, which will also remove the job's
artifacts and trace, if you are:
-
The owner of the job.
-
A
[
Maintainer
](
../../permissions.md#gitlab-cicd-permissions
)
of the project.
To erase a job:
1.
Navigate to a job's page.
1.
Click the trash icon at the top right of the job's trace.
...
...
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