amosproj / amos2022ws01-firmware-scraper

Scape firmware metadata from 18 vendors and download corresponding firmware images. Save in MySQL database for InfoSec research purposes.
MIT License
13 stars 2 forks source link

Merge Docker branch into Main branch #119

Closed Deepakraj8055 closed 1 year ago

Deepakraj8055 commented 1 year ago

User story

  1. As a developer

  2. When i check the main branch

  3. I want the Docker branch to be merged in the main branch

  4. As a User

  5. When i want to run the firmware scraper

  6. I want to see if it is Possible to run this scraper in both modes ? (TBD) Either run it directly on host or build with the docker container

Acceptance criteria

Definition of done (DoD)

DoD general criteria

kirilzilla commented 1 year ago

db_connector.py # os.getenv("MYSQL_PASSWORD") port# ENV MYSQL_USER= in Dockerfile src/ docker-compose.yml python -m src.core ; passwords edit import to absolute import paths

kirilzilla commented 1 year ago

waiting for some developer feedback to merge into main 😇