diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-01-12 15:25:50 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-01-12 15:31:28 +0100 |
commit | 19df9c7e6e026700fd76a02b3c7db8deddeee633 (patch) | |
tree | 0860ebc76019babd290d906ea7bec65d79d7f8f8 /doc/ci/examples/README.md | |
parent | 140935fbfd68bcf883d3f232e278b90896ee8d84 (diff) | |
download | gitlab-ce-19df9c7e6e026700fd76a02b3c7db8deddeee633.tar.gz |
Port the SAST DAST doc examples from EE to CE
Diffstat (limited to 'doc/ci/examples/README.md')
-rw-r--r-- | doc/ci/examples/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md index b53bd79f39e..0109e77935a 100644 --- a/doc/ci/examples/README.md +++ b/doc/ci/examples/README.md @@ -41,6 +41,19 @@ There's also a collection of repositories with [example projects](https://gitlab [Analyze code quality with the Code Climate CLI](code_climate.md). +### Static Application Security Testing (SAST) + +- **(EEU)** [Scan your code for vulnerabilities](https://docs.gitlab.com/ee/ci/examples/sast.html) +- [Scan your Docker images for vulnerabilities](sast_docker.md) + +### Dynamic Application Security Testing (DAST) + +Scan your app for vulnerabilities with GitLab [Dynamic Application Security Testing (DAST)](dast.md). + +### Browser Performance Testing with Sitespeed.io + +Analyze your [browser performance with Sitespeed.io](browser_performance.md). + ### GitLab CI/CD for Review Apps - [Example project](https://gitlab.com/gitlab-examples/review-apps-nginx/) that shows how to use GitLab CI/CD for [Review Apps](../review_apps/index.html). |