R0X4R / Garud

An automation tool that scans sub-domains, sub-domain takeover, then filters out XSS, SSTI, SSRF, and more injection point parameters and scans for some low hanging vulnerabilities automatically.
MIT License
768 stars 176 forks source link

Updates to Docker for v3.2 #44

Closed frost19k closed 2 years ago

frost19k commented 2 years ago

Most of the changes in garud are because I have "Auto Trim Whitespace" enabled in my VSCode. I've removed all the comments from the Dockerfile. Generally Dockerfiles are not commented. I had them in there in my first pull to make things easier to understand. I've also added a YAML file in .gtihub/workflows - you'll be able to push images to your Docker Hub. Docs if needed. Remember to update line 32 in the YAML with your Docker Hub repo.

Note: I have not tested this as extensively as I did the first commit.

Note 2: The last three commits ( 52d93a6, 7b498d7, & e9cb6ba ) were tests I ran on my end to make sure the YAML workflow was working correctly.

R0X4R commented 2 years ago

Okk, I'm directly confirming this PR. Thank a lot for your time and support :)

frost19k commented 2 years ago

Oh, for sure man. Drop me a comment when you've got the workflow setup. I'll pull the container & give it a shaking ;-)

There are just two changes you need to make:

  1. Add your Docker Hub UserName & Access Token as secrets to your GitHub repo.
  2. Change line 32 with your Docker Hub repo.

The rest should happen automatically. Then we'll update the ReadMe to reflect that!