Use this action to scan repositories for vulnerabilities with the Coverity on Polaris SAST scanner.
Input name | Data type | Required? | Description |
---|---|---|---|
|
String |
Yes |
The Coverity on polaris server URL. |
|
String |
Yes |
The Coverity on polaris api token. |
In your YAML file, add:
- name: Scan with Coverity on Polaris SAST
uses: cloudbees-io/coverity-polaris-sast-scan-code@v1
with:
server-url: 'https://cloudbees.polaris.synopsys.com/'
api-token: 'YzUwN2Mz=='
This code is made available under the MIT license.
-
Learn more about using actions in CloudBees workflows.
-
Learn about the CloudBees platform.