actions-marketplace-validations/Unofficial Coverity Scan
Run Coverity Scan and upload the results.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project | Project name in Coverity Scan. | no | ${{ github.repository }} |
| token | Secret project token for accessing Coverity Scan. | yes | — |
| Where Coverity Scan should send notifications. | yes | — | |
| build_language | Which Coverity Scan language pack to download. | no | cxx |
| build_platform | Which Coverity Scan platform pack to download. | no | linux64 |
| command | Command to pass to cov-build. | no | make |
| working-directory | Working directory to set for all steps. | no | ${{ github.workspace }} |
| version | (Informational) The source version being built. | no | ${{ github.sha }} |
| description | (Informational) A description for this particular build. | no | coverity-scan-action ${{ github.repository }} / ${{ github.ref }} |
| dry_run | Do everything except the final submission to Coverity Scan. | no | false |
Outputs
no outputs