Skip to content

Commit 898433a

Browse files
authored
docs(connectors): add Sysdig Secure connector reference (#15271)
Setup and usage for the Sysdig Secure connector: API token from Settings, region/base URL Location, connector field mappings (scopes + runtime product grouping), and import behavior (whole-account sync; runtime findings dynamic + k8s-tagged, registry/pipeline static; NEGLIGIBLE -> Info). Placed alphabetically between Snyk and Tenable. Story: sc-13726
1 parent 122f03b commit 898433a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/content/import_data/pro/connectors/connectors_tool_reference.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,23 @@ You will need a Sonatype IQ user account with the **View IQ Elements** permissio
973973
5. Optionally, set a **Minimum Severity** to limit which findings are imported.
974974

975975
Each application becomes a Record, and each security issue in that application's latest report for the selected stage is imported as a finding. Severity is derived from the issue's numeric score, and CVE references, CWE, the CVSS vector, and the affected component's package URL (PURL) are included where available.
976+
## **Sysdig Secure**
977+
978+
The Sysdig Secure connector imports **container / CNAPP vulnerability findings** from Sysdig Secure's vulnerability management API. It syncs the whole account across the configured scope(s) and creates a DefectDojo product for each scanned asset grouping.
979+
980+
#### Prerequisites
981+
982+
A Sysdig Secure **API token**: in Sysdig Secure, go to **Settings \> Sysdig Secure API Token** and copy the token. You also need your Sysdig **region URL** (for example `https://us2.app.sysdig.com`, `https://eu1.app.sysdig.com`, or your on\-premises host).
983+
984+
#### Connector Mappings
985+
986+
1. Enter your Sysdig region/base URL in the **Location** field.
987+
2. Enter the API token in the **Secret** field.
988+
3. Optionally set **Scopes** — a comma\-separated list of `runtime`, `registry`, and/or `pipeline` (leave blank for `runtime`, the deployed\-workload scope).
989+
4. Optionally set **Runtime Product Grouping** — how runtime results map to products: `cluster`, `namespace`, `workload`, or `image` (leave blank for `namespace`). Registry and pipeline results always group by image repository.
990+
5. Optionally, set a **Minimum Severity** to limit which findings are imported.
991+
992+
Each asset grouping becomes a Record. For each scan result the connector imports every vulnerable package as a finding. **Runtime** findings (deployed workloads) are recorded as dynamic findings and tagged with their Kubernetes cluster / namespace / workload / container context; **registry** and **pipeline** findings are recorded as static image\-scan findings. Sysdig's `NEGLIGIBLE` severity maps to Info.
976993

977994
## Tenable
978995

0 commit comments

Comments
 (0)