cybersecsi / RAUDI

A repo to automatically generate and keep updated a series of Docker images through GitHub Actions.
GNU General Public License v3.0
545 stars 33 forks source link

spidy image does not have a test case to push automatically through github actions #30

Closed giper45 closed 2 years ago

giper45 commented 2 years ago

Describe the bug The spidy image has a crawler.py script that does not support a "help" section. This is required to RAUDI as it checks the container exit before pushing.
Expected behavior
The image should support the help flag.

We should remove the spidy image or think about another approach. For example, change spidy image with a generic python command and adds in the documentation the guide about running by adding crawler.py as first argument.

thelicato commented 2 years ago

Unfortunately it is not the only image without available tests. You can leave it blank.