8 lines
208 B
YAML
8 lines
208 B
YAML
|
- name: Create slither
|
||
|
community.docker.docker_container:
|
||
|
name: slither
|
||
|
image: trailofbits/eth-security-toolbox
|
||
|
state: started
|
||
|
restart: true
|
||
|
# not going to use it with all the extra baggage
|