Integrating dotTEST with GitHub allows you to review the results reported by dotTEST as GitHub scanning alerts.
To integrate with GitHub, modify your GitHub workflow to include:
The Run Parasoft dotTEST action, which executes dotTEST 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-dottest.