Integrating C/C++test with GitHub allows you to review the results reported by C/C++test as GitHub scanning alerts.
To integrate with GitHub, modify your GitHub workflow to include:
- the Run Parasoft C/C++test action, which executes C/C++test and generates a SARIF report.
- the action to upload the SARIF report.
- the action to upload the reports in other formats (XML, HTML, etc.).
You can find more details and example workflow configuration at https://github.com/marketplace/actions/run-parasoft-c-c-test.