0.4.0 - 2024-05-01
This is a minor release for the Slither Action - the Github Action for Slither.
This release introduces one new feature -- support for external Slither plugins.
Plugin support
You can now use the new slither-plugins
property to point to a pip requirements file to install alongside Slither. This may be used to install additional third-party or in-house detectors. Refer to the new example in the README for a sample workflow using this new feature.
What's Changed
- Add a way to install Slither plugins by @elopez in #21
- Fix an issue where the stdout property may not be available if Slither has findings.
Full Changelog: v0.3.2...v0.4.0