actions-marketplace-validations/Run Parasoft Jtest
A GitHub Action for running Parasoft Jtest to ensure code quality and compliance with CWE, OWASP, and more.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| installDir | Installation folder of Parasoft Jtest. If not specified, the cpptestcli executable must be added to PATH. | no | — |
| workingDir | Working directory for running Jtest. | no | ${{ github.workspace }} |
| testConfig | Test configuration to be used for code analysis. | no | builtin://Recommended Rules |
| reportDir | Output folder for reports from code analysis. | no | reports |
| reportFormat | Format of reports from code analysis. | no | xml,html,sarif |
| input | Input scope for analysis. | no | jtest.data.json |
| additionalParams | Additional parameters for the jtestcli executable. | no | "" |
Outputs
no outputs