Scanning SDKs#
To simplify integration with the Scanning Solution API, we provide an official SDKs for your service application.The SDK wraps the REST API and handles common concerns such as request building, authentication, and response parsing, allowing you to focus on your business logic instead of low-level HTTP interactions.Why use the SDK?#
Faster integration with the API
Typed request and response structures
Built-in handling for common operations (targets, scans, reports, etc.)
Cleaner and more maintainable code compared to raw HTTP calls
Available SDKs#
Go SDK
To install the cg-scanning-sdk-go in your project:Modified at 2026-03-30 19:05:15