🛠️ **New Features**
* Recursive archive scanning (`tar`, `gz`, `xz`, `bz2`, `zip` formats).
* Based on identified file formats, rather than file suffix.
* Able to support formats based on these types - such as `apk`, `jar`, etc.
* Composable ignore lists.
* Composable from local files.
* Composable rule packs.
* Composable from local files.
* SARIF format output.
* 20-byte "Context" for findings.
* Provides information about lines / bytes before and after the finding.
* CLI support.
* Docker container support.
* Scan results are sent to `STDOUT` and log messages to `STDERR`.
🍩 **Improvements**
* N/A
🐛 **Bug Fixes**
* Fixes binary context encoding issue during SARIF output.