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

SARIF (Static Analysis Results Interchange Format) v2.1.0 output
for LEI Zarf Gate results.

Produces SARIF JSON suitable for upload to GitHub Security tab
or other SARIF-consuming tools.

# `generate`

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

Generate SARIF v2.1.0 JSON from a gate result.

---

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