Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2021-01-19 03:11:08 +00:00
parent 0cf9e09f8e
commit bd1944e6cc
3 changed files with 13 additions and 1 deletions

View File

@ -55,6 +55,11 @@ export default {
required: false,
default: null,
},
category: {
type: String,
required: false,
default: 'primary',
},
},
computed: {
modalDomId() {
@ -95,6 +100,7 @@ export default {
:data-clipboard-target="target"
:data-clipboard-text="text"
:title="title"
:category="category"
icon="copy-to-clipboard"
/>
</template>

View File

@ -0,0 +1,5 @@
---
title: Add verbiage + link sast to show it's in core.
merge_request: 51935
author:
type: Other

View File

@ -155,9 +155,10 @@ as artifacts.
The collected Code Quality report uploads to GitLab as an artifact and is summarized in merge requests.
#### `artifacts:reports:sast` **(ULTIMATE)**
#### `artifacts:reports:sast`
> - Introduced in GitLab 11.5.
> - Made [available in all tiers](https://gitlab.com/groups/gitlab-org/-/epics/2098) in GitLab 13.3.
> - Requires GitLab Runner 11.5 and above.
The `sast` report collects [SAST vulnerabilities](../../user/application_security/sast/index.md)