digininja / DVWA

Damn Vulnerable Web Application (DVWA)
GNU General Public License v3.0
10.36k stars 3.65k forks source link

Improve the Quality of Life/Developer Experience #578

Closed hoang-himself closed 1 year ago

hoang-himself commented 1 year ago
  1. Make git handle line endings via gitattributes
  2. Move labels in Dockerfile higher (purely aesthetic)
  3. Set DEBIAN_FRONTEND=noninteractive in Dockerfile, this has no effect now but there's no telling the future
  4. Change trigger of SL CI because it requires write permissions to the repository, which is not enabled by default in forks, causing the workflow to fail all the time
  5. Use docker with subcommands for clarity
  6. Change trigger of Docker Image CI to only run on push to master