| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
As described in #610 the build for nikto was quite complicated and could not be managed via matrix builds on GH. To Fix this I created a multi-stage Dockerfile that clones the nikto repo in the build stage and checks out the specified version. The next stage installs all dependencies like in the Dockerfile provided by the maintainer of nikto, copies nikto from the build stage and our wrapper script. I also noticed that the alpine version was a little behind so I changed it from 3.12 to 3.14 Signed-off-by: Yannik Fuhrmeister <yannik.fuhrmeister@iteratec.com>
With the new multi-stage image it should be possible to add nikto to the matrix build for 3rd-party scanners. So I removed the build job for nikto and added nikto to the matrix Signed-off-by: Yannik Fuhrmeister <yannik.fuhrmeister@iteratec.com>
Signed-off-by: Yannik Fuhrmeister <yannik.fuhrmeister@protonmail.com>
| Back | FazBrowse Home | New Git URL |
If applied, this PR will:
Signed-off-by: Yannik Fuhrmeister yannik.fuhrmeister@iteratec.com