From 7c68d4a7ecf4def588fe1dc3e6a40a4d1940dc75 Mon Sep 17 00:00:00 2001 From: "k.goto" <24818752+go-to-k@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:18:56 +0900 Subject: [PATCH] docs: add image-scanner-with-trivy for ecosystem (#5159) --- docs/ecosystem/ide.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/ecosystem/ide.md b/docs/ecosystem/ide.md index 5c13d44449b1..f92aaf94c0f8 100644 --- a/docs/ecosystem/ide.md +++ b/docs/ecosystem/ide.md @@ -54,3 +54,13 @@ Web application that allows to load a Trivy report in json format and displays t A trivy pre-commit hook that runs a `trivy fs` in your git repo before commiting, preventing you from commiting secrets in the first place. 👉 Get it at: + +## AWS CDK + +[The AWS Cloud Development Kit (AWS CDK)](https://aws.amazon.com/cdk/) is an open-source software development framework to define cloud infrastructure in code and provision it through AWS CloudFormation. + +### image-scanner-with-trivy (Community) + +A CDK Construct Library to scan an image with trivy in CDK codes. + +👉 Get it at: