Skip to content

cloudbees-io/coverity-polaris-sast-scan-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CloudBees action: Scan with Coverity on Polaris SAST

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

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.

ref

String

Yes

Specify the ref that should be checked out and archived.

Usage example

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

License

This code is made available under the MIT license.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •