Sourced from crytic/slither-action's releases.
v0.4.0
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 crytic/slither-action#21- Fix an issue where the stdout property may not be available if Slither has findings.
Full Changelog: https://github.com/crytic/slither-action/compare/v0.3.2...v0.4.0
f197989
Merge pull request #83
from crytic/dev-readme-040e97f27d
Update reference to other action in READMEdfa999d
Update action version on README25eb90b
Merge pull request #21
from crytic/dev-slither-plugins46fbdf4
Always output stdout, even on failure1a35558
Document new slither-plugins
optiona28260c
Add a way to install Slither plugins