Skip to content

Commit 8864c88

Browse files
Merge pull request #35 from devtron-labs/trivy-legacy-module
feat: Trivy included in Included in Legacy FullPackage
2 parents 3b2642b + 55cb5aa commit 8864c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/ReleaseNoteService.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ func (impl *ReleaseNoteServiceImpl) GetModulesV2() ([]*common.Module, error) {
457457
Id: 6,
458458
Name: "security.trivy",
459459
BaseMinVersionSupported: "v0.6.18",
460-
IsIncludedInLegacyFullPackage: false,
460+
IsIncludedInLegacyFullPackage: true,
461461
Description: "<div class=\"module-details__feature-info fs-14 fw-4\"><p>When you work with containers (Docker) you are not only packaging your application but also part of the OS. It is crucial to know what kind of libraries might be vulnerable in your container. One way to find this information is to look at the Docker registry [Hub or Quay.io] security scan. This means your vulnerable image is already on the Docker registry.</p><p>What you want is a scan as a part of CI/CD pipeline that stops the Docker image push on vulnerabilities:</p><ul class=\"module-details__features-list pl-22 mb-24\" style=\"\n list-style: decimal;\n\"><li>Build and test your application\n</li><li>Build the container\n</li><li>Test the container for vulnerabilities\n</li><li>Check the vulnerabilities against allowed ones, if everything is allowed then pass otherwise fail\n</li></ul><p>This straightforward process is not that easy to achieve when using the services like Docker Hub or Quay.io. This is because they work asynchronously which makes it harder to do straightforward CI/CD pipeline.</p><h3 class=\"module-details__features-list-heading fs-14 fw-6\">Features:</h3><ul class=\"module-details__features-list pl-22 mb-24\"><li>Scans an image against Trivy CLI</li><li>Compares the vulnerabilities against a whitelist</li><li>Blocks images from deployment if blacklisted / blocked vulnerabilities are detected</li><li>Ability to define hierarchical security policy (Global / Cluster / Environment / Application) to allow / block vulnerabilities based on criticality (High / Moderate / Low)</li><li>Shows security vulnerabilities detected in deployed applications</li></ul></div>",
462462
Title: "Vulnerability Scanning (Trivy)",
463463
Icon: "https://cdn.devtron.ai/images/ic-integration-security-trivy.png",

0 commit comments

Comments
 (0)