SEI Checkmarx integration
Use the SEI Checkmarx SAST integration to integrate SEI with Checkmarx Static Analysis Solution (SAST).
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 Checkmarx SAST integration, and select Install.
- Configure and save the integration.
- Add the Checkmarx Instance URL
- Add the checkmarx account Username
- Enter your checkmarx account Password and click Next
- Add a Name and Description for the integration
- You can add Tags to identify the integration (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 Checkmarx 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: cxsast
url: <CHECKMARX_URL>
username: <CHECKMARX_USERNAME>