Integrating Jtest with GitHub allows you to review the results reported by Jtest as GitHub scanning alerts.

To integrate with GitHub, modify your GitHub workflow to include:

  • The Run Parasoft Jtest action, which executes Jtest 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-jtest.

  • No labels