add slither. Add alternative slither install and manticore install via eth-security-toolbox https://gitlab.com/shopglue/ziion-tools/-/issues/5
This commit is contained in:
parent
096fdf8f8f
commit
a8756b55a4
6 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
- name: Create manticore
|
||||
community.docker.docker_container:
|
||||
name: eth-security-toolbox
|
||||
image: trailofbits/eth-security-toolbox
|
||||
state: started
|
||||
restart: true
|
||||
|
3
ansible/roles/eth-security-toolbox/tasks/main.yml
Normal file
3
ansible/roles/eth-security-toolbox/tasks/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
- import_tasks: install-via-docker.yml
|
||||
tags: install-via-docker
|
Loading…
Add table
Add a link
Reference in a new issue