Skip to content

Commit

Permalink
docs: add image-scanner-with-trivy for ecosystem (#5159)
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k authored Sep 11, 2023
1 parent ed49609 commit 7c68d4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/ecosystem/ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/mxab/pre-commit-trivy>

## 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: <https://constructs.dev/packages/image-scanner-with-trivy>

0 comments on commit 7c68d4a

Please sign in to comment.