cloudbees-io/perforce-klocwork-sast-plugin
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- MIT
Pinned Snippet
uses: cloudbees-io/perforce-klocwork-sast-plugin@ecb3554642e263bb641eda4d7c7b6245fe90028c # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| enable-agent-scan | Enable Klocwork Agent Scan | no | — |
| url | Klocwork host URL | yes | — |
| license-host | Klocwork license server hostname | no | — |
| license-port | Klocwork license server port | no | — |
| username | Klocwork username | yes | — |
| token | Klocwork application token | no | — |
| password | Klocwork password | no | — |
| project-name | Klocwork project name | no | — |
| build-name | Klocwork build name | no | — |
| build-directory | Klocwork build directory | no | — |
| build-tool | Klocwork build tool | yes | — |
| build-spec-file | Klocwork build specification file path | no | — |
| tables-directory | Klocwork scan tables directory | no | — |
| build-options | Klocwork scan build options | no | — |
| scan-timeout | Klocwork scan waiting time in seconds | no | — |
| enable-local-scan | Enable Klocwork Local Scan | no | — |
| build-project-options | Klocwork scan build project command options | no | — |
| load-result-options | Klocwork scan load results command options | no | — |
| ref | Flag to indicate the ref that should be archived (same as supplied to checkout) | no | "" |
| workspace-dir | Flag to mention the path where the checked out code will be present | no | "" |
Outputs
| name | description |
|---|---|
| critical-count | A string containing the number of Critical security findings discovered during the scan. |
| very-high-count | A string containing the number of Very High security findings discovered during the scan. |
| high-count | A string containing the number of High security findings discovered during the scan. |
| medium-count | A string containing the number of Medium security findings discovered during the scan. |
| low-count | A string containing the number of Low security findings discovered during the scan. |