We want to run parasoft static analysis as Github Action for every PR.
The tool should then notify the user all the findings (maybe with filter based on category) and show them as file change request in the PR.
Similar to this Action: https://github.com/platisd/clang-tidy-pr-comments
Do you think it's possible to achieve something similar?