# `@jscpd/sarif-reporter`

> The sarif reporter for [jscpd](https://github.com/kucherenko/jscpd).

Generate report in sarif format for jscpd.

## Getting started

### Install

```bash
npm install @jscpd/sarif-reporter
```

### Usage

```bash
jscpd [...options] --reporters sarif /path/to/source
```


[MIT](LICENSE) © Andrey Kucherenko
