-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slither fails to execute in latest docker tag #9
Comments
Thank you @schemar for reporting the issue. It looks like an issue with npx: custom versions of truffle are not working
|
Thanks @montyly ! Unfortunately my understanding of the eth-security-toolbox is not sufficient to understand what the consequences of your comment are 😅 |
I am not sure what is the root of the issue, but likely it's an error with the npx configuration in In the meantime, you can either remove
which will trick npx to call the locally installed version of truffle. I tested on https://github.com/OpenST/openst-contracts, it works. Note that |
Ok, thank you! I'll wait for a fix, then 😊 |
Closing as it seems to work after #11. |
I cannot run slither with the latest docker tag of eth-security-toolbox. After #8 was fixed, it now seems slither was "not compiled correctly".
This time, I have no idea how to provide a workaround.
docker run -it -d -v /path/to/project:/share trailofbits/eth-security-toolbox
cd
into project repository (cd /share
)slither .
Docker image:
The text was updated successfully, but these errors were encountered: