Skip to content

0.12.0

Choose a tag to compare

@mkacmar mkacmar released this 26 Aug 21:56
· 21 commits to main since this release
v0.12.0

Changelog

  • stream SARIF results as files are analyzed
  • distinguish interrupted scans in SARIF (executionSuccessful: false)
  • encode paths in SARIF artifact URIs so paths with reserved characters produce valid URIs
  • use the rule's registered description for the SARIF rule fullDescription instead of the finding message
  • report inaccessible paths as scan errors instead of only logging a warning
  • exit with 1 instead of 2 on invalid analyze flags
  • restore the -i, -p and -r short flags for --input, --parallel and --recursive respectively
  • build with Go 1.27.

Details