diff --git a/docs/user-guide/plugins/copacetic.md b/docs/user-guide/plugins/copacetic.md index 5b690c10e6..0a8d688ac0 100644 --- a/docs/user-guide/plugins/copacetic.md +++ b/docs/user-guide/plugins/copacetic.md @@ -1,11 +1,11 @@ # Copacetic ## Introduction -The Copacetic plugin of Devtron helps you patch your container image vulnerabilities traced by the security scan Devtron performed on your container image. By integrating the **Copacetic** plugin into your workflow, and enabling the **Scan for vulnerabilities** at your **Build stage** you can: -- Trace the vulnerabilities of your container images and the **Copacetic** plugin will automatically patch the contaier image vulnerabilities for you. +The Copacetic plugin of Devtron helps you patch your container image vulnerabilities traced by the security scan Devtron performed on your container image. By integrating the **Copacetic** plugin into your workflow and enabling the **Scan for vulnerabilities** at your **Build stage**, you can: +- Trace the vulnerabilities of your container images, and the **Copacetic** plugin will automatically patch the container image vulnerabilities for you. ### Prerequisites -No prerequisites are required for integrating **Copacetic** plugin. +Before integrating the **Copacetic** plugin, install the `Vulnerability Scanning (Trivy/Clair)` integration from Devtron Stack Manager. Once the integration is installed, make sure you have enabled **Scan for vulnerabilities** at the **Build stage** or integrated the [Code-Scan](./code-scan.md) plugin in the **Pre-build stage**. ---