Findings
Usage
conviso findings [OPTIONS] COMMAND [ARGS]
Description
The conviso findings
allows you to perform operations around Findings of your account at Conviso Platform.
Commands
import-findings
conviso findings import-sarif [OPTIONS]
To import results from a SARIF file to a project of your account in the Conviso Platform.
Options
Option | Description |
---|---|
--project-code TEXT | [env var: FLOW_PROJECT_CODE; required] |
-i, --input-file PATH | The path to SARIF file. [required] |
Examples
Importing
file.sarif
to a project in Conviso Platform:conviso findings import-sarif --project-code $YOUR_PROJECT_CODE --input-file file.sarif