CloudBees action: Scan with Coverity on Polaris SAST

1 minute read

Use this action to perform static application security testing (SAST) on a repository with the Coverity on Polaris scanner from Black Duck.

All CloudBees action repositories are listed at CloudBees, Inc. on GitHub.

Inputs

Table 1. Input details
Input name Data type Required? Description

server-url

String

Yes

The Coverity on Polaris server URL.

api-token

String

Yes

The Coverity on Polaris API token.

Usage example

In your YAML file, add:

- name: Scan with Coverity on Polaris uses: cloudbees-io/coverity-polaris-sast-scan-code@v1 with: server-url: ${{ vars.COVERITY_POLARIS_SERVER_URL }} api-token: ${{ secrets.COVERITY_POLARIS_TOKEN }}