From 663eaad1b2ce493bae866188554564d4a41d5463 Mon Sep 17 00:00:00 2001 From: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:43:43 +0530 Subject: [PATCH] Update link in third_party_tools.md (#1090) Update the link to the getting started guide for Code Sonar. Signed-off-by: Gaurav Aggarwal Co-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com> --- .github/third_party_tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/third_party_tools.md b/.github/third_party_tools.md index 6d5d02fa5..afe84b257 100644 --- a/.github/third_party_tools.md +++ b/.github/third_party_tools.md @@ -10,5 +10,5 @@ team. ## Static Code Analysis Tools | Tool | Website | Getting Started | |------|---------|-----------------| -| Code Sonar | [Link](https://codesecure.com/our-products/codesonar/) | [Link](https://github.com/CodeSecure-SE/FreeRTOS-Kernel) | +| Code Sonar | [Link](https://codesecure.com/our-products/codesonar/) | [Link](https://github.com/CodeSecure-SE/FreeRTOS-Kernel/blob/main/examples/codesonar/README.md) | | Coverity | [Link](https://www.synopsys.com/software-integrity/security-testing/static-analysis-sast.html) | [Link](../examples/coverity/README.md) |