From 1faaefe5981f3d2fd9f8a5d8cfcf124e11bcdeb8 Mon Sep 17 00:00:00 2001 From: Gaurav Aggarwal Date: Thu, 6 Jun 2024 16:40:12 +0000 Subject: [PATCH] Address code review comments Signed-off-by: Gaurav Aggarwal --- .github/3P_TOOLS.md | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/3P_TOOLS.md b/.github/3P_TOOLS.md index c7dc33e8f..cbe5db71b 100644 --- a/.github/3P_TOOLS.md +++ b/.github/3P_TOOLS.md @@ -11,3 +11,4 @@ team. | Tool | Website | Getting Started | |------|---------|-----------------| | Code Sonar | [Link](https://codesecure.com/our-products/codesonar/) | [Link](https://github.com/CodeSecure-SE/FreeRTOS-Kernel) | +| Coverity | [Link](https://www.synopsys.com/software-integrity/security-testing/static-analysis-sast.html) | [Link](examples/coverity/README.md) | diff --git a/README.md b/README.md index 1baf5f74c..96fdcfb32 100644 --- a/README.md +++ b/README.md @@ -182,4 +182,5 @@ Note that only the FreeRTOS-Kernel Source Files, [include](include), files are checked for proper spelling, and formatting at this time. ## Third Party Tools -[Link](.github/3P_TOOLS.md) +Visit [this link](.github/3P_TOOLS.md) for detailed information about +third-party tools with FreeRTOS support.