You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new --sarif PATH option to write a SARIF v2.1.0 report for
verification results.
- Failed properties are reported as error; undetermined/unknown
properties as warning
- CBMC timeout/OOM is reported as error
- Artifact paths are made repo-relative when possible
- Docs and tests included
Example:
cargo kani --sarif kani.sarif
GitHub Actions upload:
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: kani.sarif
Co-authored-by: KAMIYO <kamiyo-ai@users.noreply.github.com>
0 commit comments