Skip to main content

SARIF Output

Kestrel can export results as SARIF for GitHub Advanced Security and other tools.

kestrel scan --sarif --output results.sarif

GitHub Upload Example

- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif