Commit 91a08aa6 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Alphabetized artifacts reports keywords

Related to: https://gitlab.com/groups/gitlab-org/-/epics/6941
parent ad636465
...@@ -3111,27 +3111,27 @@ Some `artifacts:reports` types can be generated by multiple jobs in the same pip ...@@ -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? | | Keyword | Multiple reports in the same pipeline? |
|:-------------------------------------------|:--------------------------------------:| |:-------------------------------------------|:--------------------------------------:|
| `artifacts:reports:dotenv` | Not applicable | | `accessibility` | **{check-circle}** Yes |
| `artifacts:reports:performance` | **{dotted-circle}** No | | `api_fuzzing` | **{check-circle}** Yes |
| `artifacts:reports:load_performance` | **{dotted-circle}** No | | `browser_performance` | **{dotted-circle}** No |
| `artifacts:reports:browser_performance` | **{dotted-circle}** No | | `cluster_image_scanning` | **{check-circle}** Yes |
| `artifacts:reports:junit` | **{check-circle}** Yes | | `cobertura` | **{check-circle}** Yes |
| `artifacts:reports: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). |
| `artifacts:reports:terraform` | **{check-circle}** Yes | | `container_scanning` | **{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). | | `coverage_fuzzing` | **{check-circle}** Yes |
| `artifacts:reports:sast` | **{check-circle}** Yes | | `dast` | **{check-circle}** Yes |
| `artifacts:reports:secret_detection` | **{check-circle}** Yes | | `dependency_scanning` | **{check-circle}** Yes |
| `artifacts:reports:dependency_scanning` | **{check-circle}** Yes | | `dotenv` | Not applicable |
| `artifacts:reports:container_scanning` | **{check-circle}** Yes | | `junit` | **{check-circle}** Yes |
| `artifacts:reports:dast` | **{check-circle}** Yes | | `license_management` | [Renamed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36817) to `license_scanning` |
| `artifacts:reports:api_fuzzing` | **{check-circle}** Yes | | `license_scanning` | **{check-circle}** Yes |
| `artifacts:reports:coverage_fuzzing` | **{check-circle}** Yes | | `load_performance` | **{dotted-circle}** No |
| `artifacts:reports:license_management` | [Renamed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36817) to `license_scanning` | | `metrics` | **{check-circle}** Yes |
| `artifacts:reports:license_scanning` | **{check-circle}** Yes | | `performance` | **{dotted-circle}** No |
| `artifacts:reports:cluster_image_scanning` | **{check-circle}** Yes | | `requirements` | **{check-circle}** Yes |
| `artifacts:reports:metrics` | **{check-circle}** Yes | | `sast` | **{check-circle}** Yes |
| `artifacts:reports:requirements` | **{check-circle}** Yes | | `secret_detection` | **{check-circle}** Yes |
| `artifacts:reports:accessibility` | **{check-circle}** Yes | | `terraform` | **{check-circle}** Yes |
If you also want to be able to browse the report output files, include the If you also want to be able to browse the report output files, include the
[`artifacts:paths`](#artifactspaths) keyword. [`artifacts:paths`](#artifactspaths) keyword.
...@@ -3151,6 +3151,29 @@ as artifacts. ...@@ -3151,6 +3151,29 @@ as artifacts.
The collected API Fuzzing report uploads to GitLab as an artifact and is summarized in merge 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. 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` ##### `artifacts:reports:cobertura`
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/3708) in GitLab 12.9. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/3708) in GitLab 12.9.
...@@ -3197,18 +3220,6 @@ as artifacts. ...@@ -3197,18 +3220,6 @@ as artifacts.
The collected coverage fuzzing report uploads to GitLab as an artifact and is summarized in merge 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. 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)** ##### `artifacts:reports:dast` **(ULTIMATE)**
> - Introduced in GitLab 11.5. > - Introduced in GitLab 11.5.
...@@ -3316,17 +3327,6 @@ as artifacts. ...@@ -3316,17 +3327,6 @@ as artifacts.
The collected Metrics report uploads to GitLab as an artifact and displays in merge requests. 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)** ##### `artifacts:reports:requirements` **(ULTIMATE)**
> - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/2859) in GitLab 13.1. > - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/2859) in GitLab 13.1.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment