From f1e2c29a3576901421d52365c316f8c261b30aed Mon Sep 17 00:00:00 2001 From: Fabio Busatto Date: Sat, 17 Nov 2018 10:53:29 +0000 Subject: [PATCH 1/5] Add additional requirements to Security Dashboard --- doc/user/group/security_dashboard/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/user/group/security_dashboard/index.md b/doc/user/group/security_dashboard/index.md index 3500a0cfca2a2..ced29787c1cc2 100644 --- a/doc/user/group/security_dashboard/index.md +++ b/doc/user/group/security_dashboard/index.md @@ -35,6 +35,13 @@ To use the group security dashboard: 1. At least one project inside a group must be configured with [Static Application Security Testing](../../project/merge_requests/sast.md). 2. The configured jobs must use the [new `reports` syntax](../../../ci/yaml/README.md#artifactsreports). +3. [GitLab Runner](https://docs.gitlab.com/runner/) 11.5 or above must be used to execute the jobs + +## Auto DevOps incompatibility + +[Auto DevOps](../../../topics/autodevops/index.md) is currently not supported by +the Group Security Dashboard because it still uses the old job syntax. It will +be supported in a future release. ## Viewing the vulnerabilities -- GitLab From de71e2c7cad534c41cb1e8e9be42de9460407cf7 Mon Sep 17 00:00:00 2001 From: Fabio Busatto Date: Sat, 17 Nov 2018 11:26:58 +0000 Subject: [PATCH 2/5] Add link to example job --- doc/user/group/security_dashboard/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/group/security_dashboard/index.md b/doc/user/group/security_dashboard/index.md index ced29787c1cc2..cf5a50474acf6 100644 --- a/doc/user/group/security_dashboard/index.md +++ b/doc/user/group/security_dashboard/index.md @@ -34,7 +34,7 @@ To use the group security dashboard: 1. At least one project inside a group must be configured with [Static Application Security Testing](../../project/merge_requests/sast.md). -2. The configured jobs must use the [new `reports` syntax](../../../ci/yaml/README.md#artifactsreports). +2. The configured jobs must use the [new `reports` syntax](../../../ci/yaml/README.md#artifactsreports) (see an [example job](../../../ci/examples/sast.html)). 3. [GitLab Runner](https://docs.gitlab.com/runner/) 11.5 or above must be used to execute the jobs ## Auto DevOps incompatibility -- GitLab From f083d5f116a4883bb011353f8c6f3f7869b8ee18 Mon Sep 17 00:00:00 2001 From: Fabio Busatto Date: Sat, 17 Nov 2018 11:41:32 +0000 Subject: [PATCH 3/5] Add supported features section --- doc/user/group/security_dashboard/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/user/group/security_dashboard/index.md b/doc/user/group/security_dashboard/index.md index cf5a50474acf6..cef1a1849f9aa 100644 --- a/doc/user/group/security_dashboard/index.md +++ b/doc/user/group/security_dashboard/index.md @@ -28,6 +28,10 @@ Having your vulnerabilities in GitLab allows you to keep track of them and actio You want to measure how secure your projects are without having to look into each one separately. +## Supported features + +The dashboard currently supports [SAST](https://docs.gitlab.com/ee/user/project/merge_requests/sast.html) reports only. + ## Requirements To use the group security dashboard: -- GitLab From 25bede14640e7d073b50e52b702039468b31319b Mon Sep 17 00:00:00 2001 From: Fabio Busatto Date: Sat, 17 Nov 2018 11:47:55 +0000 Subject: [PATCH 4/5] Update links --- doc/user/group/security_dashboard/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/group/security_dashboard/index.md b/doc/user/group/security_dashboard/index.md index cef1a1849f9aa..b3a78195e9c68 100644 --- a/doc/user/group/security_dashboard/index.md +++ b/doc/user/group/security_dashboard/index.md @@ -30,7 +30,7 @@ each one separately. ## Supported features -The dashboard currently supports [SAST](https://docs.gitlab.com/ee/user/project/merge_requests/sast.html) reports only. +The group security dashboard currently supports [SAST](../../project/merge_requests/sast.md) reports only. ## Requirements @@ -38,7 +38,7 @@ To use the group security dashboard: 1. At least one project inside a group must be configured with [Static Application Security Testing](../../project/merge_requests/sast.md). -2. The configured jobs must use the [new `reports` syntax](../../../ci/yaml/README.md#artifactsreports) (see an [example job](../../../ci/examples/sast.html)). +2. The configured jobs must use the [new `reports` syntax](../../../ci/yaml/README.md#artifactsreports) (see an [example job](../../../ci/examples/sast.md)). 3. [GitLab Runner](https://docs.gitlab.com/runner/) 11.5 or above must be used to execute the jobs ## Auto DevOps incompatibility -- GitLab From ea4bdc3d405cab1646b80ed429cd6d4d9db2bab4 Mon Sep 17 00:00:00 2001 From: Fabio Busatto Date: Fri, 23 Nov 2018 01:00:54 +0000 Subject: [PATCH 5/5] Copyedits --- doc/user/group/security_dashboard/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user/group/security_dashboard/index.md b/doc/user/group/security_dashboard/index.md index b3a78195e9c68..507a503ebe287 100644 --- a/doc/user/group/security_dashboard/index.md +++ b/doc/user/group/security_dashboard/index.md @@ -30,7 +30,7 @@ each one separately. ## Supported features -The group security dashboard currently supports [SAST](../../project/merge_requests/sast.md) reports only. +The group security dashboard supports [SAST](../../project/merge_requests/sast.md) reports. ## Requirements @@ -39,9 +39,9 @@ To use the group security dashboard: 1. At least one project inside a group must be configured with [Static Application Security Testing](../../project/merge_requests/sast.md). 2. The configured jobs must use the [new `reports` syntax](../../../ci/yaml/README.md#artifactsreports) (see an [example job](../../../ci/examples/sast.md)). -3. [GitLab Runner](https://docs.gitlab.com/runner/) 11.5 or above must be used to execute the jobs +3. [GitLab Runner](https://docs.gitlab.com/runner/) 11.5 or above must be used to execute the jobs. -## Auto DevOps incompatibility +## Auto DevOps compatibility [Auto DevOps](../../../topics/autodevops/index.md) is currently not supported by the Group Security Dashboard because it still uses the old job syntax. It will -- GitLab