Skip to content

Add module to create Starboard vulnerabilities

Brian Williams requested to merge bwill/starboard-integration into master

For: gitlab-org/gitlab#330716 (closed)

This MR adds a new module named starboard_vulnerability which will read Starboard vulnerability reports from the Kubernetes cluster and create vulnerabilities in GitLab using an internal API. This allows us to scan container images for vulnerabilities while they are running inside a Kubernetes Cluster. See Cluster Image Scanning docs for more info.

Documentation for the changes in this MR: gitlab-org/gitlab!70308 (merged)

Edited by Brian Williams

Merge request reports