Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(ctb): Slither fails only on high severity findings
This change implements the information provided in these slither issues: crytic/slither#1408 crytic/slither-action#38 Apparently 'fail_pedantic' defaults to true, which overrides the 'exclude_*' settings and causes failures on optimization and informational severity findings. As is this config should: 1. Fail only on High severity findings 2. Print Medium severity findings but not fail on them. This commit also deletes the findings in the slither db which were less than high severity. They are now simply ignored via this corrected config.
- Loading branch information