Releases: fernforge/tsgo-ready
Releases · fernforge/tsgo-ready
v0.2.1
v0.2.0 — SARIF / GitHub code scanning
Adds SARIF 2.1.0 output so tsgo-ready findings show up inline on PRs and in the repo Security tab.
--sarif(or--format sarif) emits SARIF 2.1.0. Each result is anchored to the offending tsconfig line, package.json, or source file.- The GitHub Action gains a
sarif-fileinput — pair it withgithub/codeql-action/upload-sarifto upload the report. - Severity maps to SARIF levels: error→error, warn→warning, review/info→note.
Run it: npx github:fernforge/tsgo-ready