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
91a08aa6
Commit
91a08aa6
authored
Oct 25, 2021
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Alphabetized artifacts reports keywords
Related to:
https://gitlab.com/groups/gitlab-org/-/epics/6941
parent
ad636465
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
44 deletions
+44
-44
doc/ci/yaml/index.md
doc/ci/yaml/index.md
+44
-44
No files found.
doc/ci/yaml/index.md
View file @
91a08aa6
...
...
@@ -3111,27 +3111,27 @@ Some `artifacts:reports` types can be generated by multiple jobs in the same pip
| Keyword | Multiple reports in the same pipeline? |
|:-------------------------------------------|:--------------------------------------:|
|
`a
rtifacts:reports:dotenv`
| Not applicable
|
|
`a
rtifacts:reports:performance`
|
**{dotted-circle}**
No
|
|
`
artifacts:reports:load_performance`
|
**{dotted-circle}**
No |
|
`
artifacts:reports:browser_performance`
|
**{dotted-circle}**
No
|
|
`
artifacts:reports:junit`
|
**{check-circle}**
Yes |
|
`
artifacts:reports:cobertura`
|
**{check-circle}**
Yes
|
|
`
artifacts:reports:terraform`
|
**{check-circle}**
Yes |
|
`
artifacts:reports:codequality`
| Merge request widget:
**{check-circle}**
[
Yes
](
https://gitlab.com/gitlab-org/gitlab/-/issues/271077#note_507239820
)
.
<br>
Merge request diff annotations:
**{dotted-circle}**
[
No
](
https://gitlab.com/gitlab-org/gitlab/-/issues/271077#note_507239820
)
.
<br>
Full report:
**{dotted-circle}**
[
No
](
https://gitlab.com/gitlab-org/gitlab/-/issues/9014
)
.
|
|
`
artifacts:reports:s
ast`
|
**{check-circle}**
Yes |
|
`
artifacts:reports:secret_detection`
|
**{check-circle}**
Yes |
|
`
artifacts:reports:dependency_scanning`
|
**{check-circle}**
Yes
|
|
`
artifacts:reports:container_scanning`
|
**{check-circle}**
Yes |
|
`
artifacts:reports:dast`
|
**{check-circle}**
Yes
|
|
`
artifacts:reports:api_fuzzing`
|
**{check-circle}**
Yes |
|
`
artifacts:reports:coverage_fuzzing`
|
**{check-circle}**
Yes
|
|
`
artifacts:reports:license_management`
|
[
Renamed
](
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36817
)
to
`license_scanning`
|
|
`
artifacts:reports:license_scanning`
|
**{check-circle}**
Yes
|
|
`
artifacts:reports:cluster_image_scanning`
|
**{check-circle}**
Yes |
|
`
artifacts:reports:metrics`
|
**{check-circle}**
Yes |
|
`
artifacts:reports:requirements`
|
**{check-circle}**
Yes |
|
`
artifacts:reports:accessibility`
|
**{check-circle}**
Yes |
|
`a
ccessibility`
|
**{check-circle}**
Yes
|
|
`a
pi_fuzzing`
|
**{check-circle}**
Yes
|
|
`
browser_performance`
|
**{dotted-circle}**
No |
|
`
cluster_image_scanning`
|
**{check-circle}**
Yes
|
|
`
cobertura`
|
**{check-circle}**
Yes |
|
`
codequality`
| Merge request widget:
**{check-circle}**
[
Yes
](
https://gitlab.com/gitlab-org/gitlab/-/issues/271077#note_507239820
)
.
<br>
Merge request diff annotations:
**{dotted-circle}**
[
No
](
https://gitlab.com/gitlab-org/gitlab/-/issues/271077#note_507239820
)
.
<br>
Full report:
**{dotted-circle}**
[
No
](
https://gitlab.com/gitlab-org/gitlab/-/issues/9014
)
.
|
|
`
container_scanning`
|
**{check-circle}**
Yes |
|
`
coverage_fuzzing`
|
**{check-circle}**
Yes
|
|
`
d
ast`
|
**{check-circle}**
Yes |
|
`
dependency_scanning`
|
**{check-circle}**
Yes |
|
`
dotenv`
| Not applicable
|
|
`
junit`
|
**{check-circle}**
Yes |
|
`
license_management`
|
[
Renamed
](
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36817
)
to
`license_scanning`
|
|
`
license_scanning`
|
**{check-circle}**
Yes |
|
`
load_performance`
|
**{dotted-circle}**
No
|
|
`
metrics`
|
**{check-circle}**
Yes
|
|
`
performance`
|
**{dotted-circle}**
No
|
|
`
requirements`
|
**{check-circle}**
Yes |
|
`
sast`
|
**{check-circle}**
Yes |
|
`
secret_detection`
|
**{check-circle}**
Yes |
|
`
terraform`
|
**{check-circle}**
Yes |
If you also want to be able to browse the report output files, include the
[
`artifacts:paths`
](
#artifactspaths
)
keyword.
...
...
@@ -3151,6 +3151,29 @@ as artifacts.
The collected API Fuzzing report uploads to GitLab as an artifact and is summarized in merge
requests and the pipeline view. It's also used to provide data for security dashboards.
##### `artifacts:reports:browser_performance` **(PREMIUM)**
> - Introduced in GitLab 11.5.
> - Requires GitLab Runner 11.5 and above.
> - [Name changed](https://gitlab.com/gitlab-org/gitlab/-/issues/225914) from `artifacts:reports:performance` in GitLab 14.0.
The
`browser_performance`
report collects
[
Browser Performance Testing metrics
](
../../user/project/merge_requests/browser_performance_testing.md
)
as artifacts.
The collected Browser Performance report uploads to GitLab as an artifact and displays in merge requests.
##### `artifacts:reports:cluster_image_scanning` **(ULTIMATE)**
> - Introduced in GitLab 14.1.
> - Requires GitLab Runner 14.1 and above.
The
`cluster_image_scanning`
report collects
`CLUSTER_IMAGE_SCANNING`
vulnerabilities
as artifacts.
The collected
`CLUSTER_IMAGE_SCANNING`
report uploads to GitLab as an artifact and
is summarized in the pipeline view. It's also used to provide data for security
dashboards.
##### `artifacts:reports:cobertura`
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/3708) in GitLab 12.9.
...
...
@@ -3197,18 +3220,6 @@ as artifacts.
The collected coverage fuzzing report uploads to GitLab as an artifact and is summarized in merge
requests and the pipeline view. It's also used to provide data for security dashboards.
##### `artifacts:reports:cluster_image_scanning` **(ULTIMATE)**
> - Introduced in GitLab 14.1.
> - Requires GitLab Runner 14.1 and above.
The
`cluster_image_scanning`
report collects
`CLUSTER_IMAGE_SCANNING`
vulnerabilities
as artifacts.
The collected
`CLUSTER_IMAGE_SCANNING`
report uploads to GitLab as an artifact and
is summarized in the pipeline view. It's also used to provide data for security
dashboards.
##### `artifacts:reports:dast` **(ULTIMATE)**
> - Introduced in GitLab 11.5.
...
...
@@ -3316,17 +3327,6 @@ as artifacts.
The collected Metrics report uploads to GitLab as an artifact and displays in merge requests.
##### `artifacts:reports:browser_performance` **(PREMIUM)**
> - Introduced in GitLab 11.5.
> - Requires GitLab Runner 11.5 and above.
> - [Name changed](https://gitlab.com/gitlab-org/gitlab/-/issues/225914) from `artifacts:reports:performance` in GitLab 14.0.
The
`browser_performance`
report collects
[
Browser Performance Testing metrics
](
../../user/project/merge_requests/browser_performance_testing.md
)
as artifacts.
The collected Browser Performance report uploads to GitLab as an artifact and displays in merge requests.
##### `artifacts:reports:requirements` **(ULTIMATE)**
> - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/2859) in GitLab 13.1.
...
...
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