slither-action
Version updated for crytic/slither-action to version v0.4.0.
- This action is used across all versions by 1,367 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
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 https://github.com/crytic/slither-action/pull/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