# Producing reports

Via the SASHA scanner you can generate the following reports:

`--report-sarif`&#x20;

Produces a SARIF report file of the analysis

Example: `--report-sarif=~/report.sarif`

`--report-console`&#x20;

Particularly useful on CI/CD pipelines, this flag allows to produce a report that can be viewed directly from the console. At the moment it can be paired to sub-options (`color`, `no-color`) to either have a formatted output with colours or one without (the default is the former)

Examples: `--report-console`, `--report-console:no-color`


---

# Agent Instructions: 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.meterian.io/sast-scanner/command-line-parameters/producing-reports.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.
