From 0a42747a5d9ef56e93fba7d15df0addce2f8ce47 Mon Sep 17 00:00:00 2001 From: Prateek Jain Date: Sun, 8 Jan 2023 17:57:37 +0530 Subject: [PATCH] Day 9: SAST Implementation with SonarCloud --- 2023/day09.md | 1 + 1 file changed, 1 insertion(+) diff --git a/2023/day09.md b/2023/day09.md index 7c82fad..e789f5e 100644 --- a/2023/day09.md +++ b/2023/day09.md @@ -134,5 +134,6 @@ By default SonarCloud comes with a default quality gate “Sonar way”. You can - [SonarCloud Documentation](https://docs.sonarcloud.io/) - [How to create Quality gates on SonarQube](https://www.youtube.com/watch?v=8_Xt9vchlpY) +- [Source Code of the repo I used for SAST implementation](https://github.com/prateekjaindev/nodejs-todo-app-demo) In the next part [Day 10](day10.md), we will discuss Software Composition Analysis (SCA). \ No newline at end of file