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.