SEI Coverity integration
Coverity is a static analysis scanner from Snopsys.
Use the SEI Coverity integration to integrate SEI with Coverity.
This SEI integration is under development. It provides limited integration support in its current state.
Configure the integration
- Cloud
- Satellite
- In your Harness Project, select the SEI module, and go to your Account.
- Select Integrations under Data Settings.
- Select Available Integrations, locate the Coverity integration, and select Install.
- Configure and save the integration.
- Add the Coverity instance URL
- Enter your Username
- Enter the Coverity API Key and click Next. To generate an API key for your Coverity instance, Go to Generating API key.
- Provide a Name for the integration.
- The Description and Tags are optional.
The steps for configuring the integration using Satellite is similar to configuring the integration on cloud, with the exception of using satellite to communicate with the Coverity server.
Make sure to select the satellite integration checkbox while configuring the integration. Once you save the integration a satellite.yml file will be automatically generated and downloaded to your computer. Update it following the instructions here.
If you experience any issues while configuring the integration using the Ingestion Satellite, refer to the Ingestion Satellite Troubleshooting and FAQs.
Here’s a sample satellite.yml
file
satellite:
tenant: <ACCOUNT_ID>
api_key: <ACCOUNT_API_KEY>
url: 'https://app.harness.io/gratis/sei/api' # Note that this URL is relative to the Environment of your Harness Account.
integrations:
- id: '<INTEGRATION_ID>'
application: coverity
url: '<COVERITY_URL>'
username: <COVERITY_USERNAME>
api_key: <COVERITY_API_KEY>