Commit d44e1e60 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

doc: advertise about container scanning

parent 114c5c10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ _to be continuous_ proposes a set of GitLab CI templates developed and maintaine
| [code quality](https://docs.gitlab.com/ee/ci/testing/code_quality.html) | Every code quality job produces - whenever possible - a Code Climate report, so that your code quality reports are automatically integrated to your pipelines and merge requests. |
| [environments](https://docs.gitlab.com/ee/ci/environments/) | Every deployment job declares the deployed environment to GitLab. They also implement a cleanup job for ephemeral environments, that can be triggered manually and also automatically on branch deletion. |
| [resource_group](https://docs.gitlab.com/ee/ci/yaml/#resource_group) | Every deployment job implements the `resource_group` feature to prevent concurrent jobs deploying at the same time on the same environment. |
| [container_scanning](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscontainer_scanning) | Every job creating a Docker Container Image reports the identified vulnerabilities to enhance security. |

## How does it work?