Skip to content

Commit 736f57c

Browse files
author
Chetan Pawar
committed
Add sonarcloud scanning.
1 parent e62dfec commit 736f57c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![cdk](https://img.shields.io/badge/built%20with-cdk-%23ec7211)](https://aws.amazon.com/cdk/)
2+
[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-orange.svg)](https://sonarcloud.io/dashboard?id=pawarrchetan_cdk-construct)
23
# A serverless app using AWS CDK and Projen
34

45
This is a serverless project using TypeScript with AWS CDK.
@@ -53,6 +54,10 @@ Various scripts are predefined in the `package.json` generated from projen.
5354
Run the test with `yarn test`.
5455
`yarn build `also runs test, so omit the example output here.
5556

57+
## Sonar Scanning
58+
The project has been used SAST from Sonarcloud to generate a report about the critical components in the project.
59+
The link for the report can be found [Sonarcloud Report](https://sonarcloud.io/dashboard?id=pawarrchetan_cdk-construct).
60+
5661
## Deploy Locally
5762

5863
* Once the build is successful, try deploying locally.

0 commit comments

Comments
 (0)