CI(Continuous Integration): Focuses on preparing code for release (build/test),
CD(Continuous Deployment): Involves the actual release of code and deployment (release/deploy).
A few code health check and security analysis tools for CI pipelines
Sonarqube: SonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs and code smells on 29 programming languages
Trivy: Trivy is a simple and comprehensive vulnerability scanner for containers and other artifacts. A software vulnerability is a glitch, flaw, or weakness present in the software or in an Operating System

Comments
Post a Comment