Use this action to perform static application security testing (SAST) on a repository with the Coverity on Polaris scanner from Black Duck.
Input name | Data type | Required? | Description |
---|---|---|---|
|
String |
Yes |
The Coverity on Polaris server URL. |
|
String |
Yes |
The Coverity on Polaris API token. |
|
String |
Yes |
Specify the ref that should be checked out and archived. |
In your YAML file, add:
- name: Scan with Coverity on Polaris
uses: https://github.com/cloudbees-io/coverity-polaris-sast-scan-code@v1
with:
server-url: ${{ vars.COVERITY_POLARIS_SERVER_URL }}
api-token: ${{ secrets.COVERITY_POLARIS_TOKEN }}
ref: main
This code is made available under the MIT license.
-
Learn more about using actions in CloudBees workflows.
-
Learn about the CloudBees platform.