Highlights
- Improved scanning process - this should help with memory issues and overall speed when scanning larger files #1206
- Improved version check and rule downloading - we no longer depend directly on the GitHub API, so this should fix rate limiting issues experienced by some users #1249
- For our cloud users, ignored findings are now uploaded so, they can be managed centrally. See the updated documentation for more information
Changelog
- cb56309 build(notarization): fix osx build failures (#1270)
- 835ca7e chore(deps): bump actions/checkout from 3 to 4 (#1251)
- a91913f chore(deps): bump golang.org/x/net from 0.14.0 to 0.15.0 (#1253)
- caad6bf chore(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (#1252)
- b68a392 chore: update binary help message (#1263)
- a096d3a feat: improve version check and rule download cache (#1249)
- 1472058 feat: move log level and debug flags to General (#1257)
- dd34532 feat: send ignored findings to cloud (#1194)
- d047766 fix: add new line to ignore pull messaging (#1268)
- 99c28a3 fix: add toString to js reflexive calls (#1277)
- 3665a73 fix: bearer ignore path when target is a file (#1260)
- bf59e80 fix: default ignore file value (#1269)
- 08da11c fix: hide stale ignore fingerprint warning when running diff scan (#1243)
- b7318ce fix: ignore commands no default file value (#1266)
- 153ea3d fix: ignoring of minified files (#1265)
- 011f6b8 fix: nil client segfault (#1258)
- 9810c01 fix: send status for new ignore file additions (#1267)
- 2c6da6c fix: show cloud notices for any report (#1255)
- 058d751 fix: stale ignores json key (#1262)
- c7c31f8 fix: use local ignores for first scan (#1259)
- 5e0772d perf: remove tree sitter walking (#1206)