> For the complete documentation index, see [llms.txt](https://docs.xygeni.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xygeni.io/xygeni-products/application-security-posture-management-aspm/importing-reports-from-3rd-party-tools/sca-report-import.md).

# SCA Report Import

Software Composition Analysis findings — vulnerabilities in third-party dependencies (open source and proprietary).

## How to import a report

1. **Download** and configure the CLI Scanner. See [these guidelines](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-installation).
2. Use the xygeni **report-upload command**:

   **Convert + upload** (a report file produced by the tool):

   ```bash
   xygeni report-upload -n=<Name> --report="path/to/report_file" -f=<format> [--branch="branch"]
   ```

   **Pull** (where supported — see the [Pull mode](#pull-mode) section below):

   ```bash
   xygeni report-upload -n=<Name> --pull -f=<format> --selector key=value [--filter key=value]
   ```

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>If the <code>--branch</code> parameter is not set, the branch will be marked as "Unknown".</p></div>
3. Move to the [**Xygeni dashboard**](https://in.xygeni.io) to see the results.

## Supported formats

| Format                      | Tool                       | Description                                                     |
| --------------------------- | -------------------------- | --------------------------------------------------------------- |
| `sca-sarif`                 | \<any>                     | Component vulnerabilities detected by an SCA tool, SARIF format |
| `sca-appscan-asoc`          | HCL AppScan on Cloud / 360 | AppScan on Cloud / 360 SCA report, in XML format                |
| `sca-checkmarx`             | Checkmarx SCA              | CxSCA report, in JSON format                                    |
| `sca-checkmarx-one`         | Checkmarx One              | SCA scanner of Checkmarx One, in JSON format                    |
| `sca-checkmarx-one-results` | Checkmarx One              | SCA scanner of Checkmarx One, exported using `cx results show`  |
| `sca-snyk`                  | Snyk                       | Snyk SCA report, in JSON format                                 |
| `sca-trivy`                 | Trivy                      | Trivy SCA report, in JSON format                                |
| `sca-wiz-cnapp`             | Wiz CNAPP                  | Wiz CNAPP vulnerability findings export, in JSON format         |
| `sca-wiz-cli`               | Wiz CLI                    | Wiz CLI scan report (vulnerabilities), in JSON format           |

## Pull mode

The following formats also support [pull mode](/xygeni-products/application-security-posture-management-aspm/importing-reports-from-3rd-party-tools/pull-mode-fetch.md) — the scanner calls the tool's API directly instead of reading a report file from disk:

| Format              | Tool          | Auth                                              |
| ------------------- | ------------- | ------------------------------------------------- |
| `sca-checkmarx-one` | Checkmarx One | OAuth2 client credentials                         |
| `sca-wiz-cnapp`     | Wiz CNAPP     | OAuth2 client credentials with `audience=wiz-api` |

See [Pull-mode fetch](/xygeni-products/application-security-posture-management-aspm/importing-reports-from-3rd-party-tools/pull-mode-fetch.md) for the per-tool walkthrough (env-var setup, selectors, filters).

## Dashboard results

If the entered name matches an existing project, the vulnerabilities in the report will be added to that project in a new tab. If the project does not exist, a new project will be created.

{% hint style="info" %}
If you are ingesting a report to an existing project and the vulnerabilities do not appear, check the branch of the project. If you have not set the `--branch` parameter when executing the command, Xygeni could have marked the branch as "Unknown".
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xygeni.io/xygeni-products/application-security-posture-management-aspm/importing-reports-from-3rd-party-tools/sca-report-import.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
