Address code review comments

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav Aggarwal 2024-06-06 16:40:12 +00:00
parent 723f078354
commit 1faaefe598
2 changed files with 3 additions and 1 deletions

1
.github/3P_TOOLS.md vendored
View file

@ -11,3 +11,4 @@ team.
| Tool | Website | Getting Started | | 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) |
| Coverity | [Link](https://www.synopsys.com/software-integrity/security-testing/static-analysis-sast.html) | [Link](examples/coverity/README.md) |

View file

@ -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. files are checked for proper spelling, and formatting at this time.
## Third Party Tools ## 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.