> For the complete documentation index, see [llms.txt](https://docs.meterian.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meterian.io/sast-scanner/command-line-parameters.md).

# Command line parameters

The `--help` flag displays all available flags that the SASHA scanner can be used with

```
Meterian SASHA v1.0.13
© 2017-2026 Meterian Ltd - All rights reserved

 --help			Displays this help end exits(0)
 --project-url		Specifies project url, if you are not using git (example: --project-url=https://svn.theforge.com/hubba/logos)
 --project-branch	Specifies project branch, if you are not using git (example: --project-branch=master)
 --project-commit	Specifies project commit, if you are not using git (example: --project-commit=9460cabbf623945495e6108c9d1979a9e7b5d8e7)
 --report-sarif		Produces a SARIF report file (example: --report-sarif=~/report.sarif)
 --report-console	Ouputs the scan report on the console (default: color if not specified - options color|nocolor)
 --project-tags		Allows to add a set of user defined tags (comma separated) to the project (example: --project-tags=production,platform)
 --excluded-extensions	Allows to add a set of files from the analysis via their extensions (comma separated) (example: --excluded-extensions=md,yaml)
 --keep-roslyn-reports	When in use all SARIF reports generated during the analysis by Roslyn Analyzers are not deleted but kept

Meterian servers at https://www.meterian.io/ are reachable from this system
Meterian servers are authorizing this client for account "Acme Account"

```


---

# 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.meterian.io/sast-scanner/command-line-parameters.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.
