crytic / slither-action

GNU Affero General Public License v3.0
127 stars 19 forks source link

Enable pipefail #51

Closed elopez closed 1 year ago

elopez commented 1 year ago

Slither is now invoked as part of a series of piped commands. However the default shell behavior is to mask any error reported if the last command succeeds. This causes failures in slither to be masked unintentionally. Enable pipefail to make the pipeline of commands fail instead, restoring the previous behavior.