Skip to content
Compare
Choose a tag to compare
@elopez elopez released this 01 May 14:32
f197989

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