File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ 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 )
2
3
# A serverless app using AWS CDK and Projen
3
4
4
5
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.
53
54
Run the test with ` yarn test ` .
54
55
` yarn build ` also runs test, so omit the example output here.
55
56
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
+
56
61
## Deploy Locally
57
62
58
63
* Once the build is successful, try deploying locally.
You can’t perform that action at this time.
0 commit comments