google / gcp_scanner

A comprehensive scanner for Google Cloud
Apache License 2.0
304 stars 95 forks source link

chore: Replace flask with http.server python module for serving visualization tool #280

Closed yahia3200 closed 11 months ago

yahia3200 commented 11 months ago

Description

Instead of adding flask to the project dependencies to create the server that hosts the tool, use the already existing Python http.server module for creating the server

Changes Made

Additional Notes

The following steps to build the tool and test it after the build

  1. cd visualization_tool/
  2. npm run build
  3. cd cd ../src/gcp_scanner/gui/
  4. python app.py