# `Lei.Sarif`
[🔗](https://github.com/gtri/lowendinsight/blob/main/lib/sarif/sarif.ex#L5)

Converts LowEndInsight analysis reports to SARIF 2.1.0 format for
GitHub Code Scanning / Security tab integration.

# `generate`

```elixir
@spec generate(map()) :: {:ok, String.t()} | {:error, String.t()}
```

Generates a SARIF 2.1.0 JSON string from a LowEndInsight multi-repo report.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
