Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove seperate scanner instances #516

Merged
merged 31 commits into from
Jan 17, 2024
Merged

remove seperate scanner instances #516

merged 31 commits into from
Jan 17, 2024

Conversation

LeoMcA
Copy link
Contributor

@LeoMcA LeoMcA commented Jan 16, 2024

Highly suggest reviewing commit-by-commit, they should be atomic. See the updated README for how to get things running locally.

This PR removes the separate scanner instance, which allows us to simplify the architecture quite a bit, and do some other things in the process:

  • migrate dependency and script management to poetry
  • add pre-commit hooks for linting and formatting
  • remove celery, and associated code
  • decouple scanning logic from database logic as much as possible

re-order docker-compose file to group related services
remove celery and related dependencies
run scan synchronously in api request
@LeoMcA LeoMcA requested a review from fiji-flo January 16, 2024 13:38
Copy link

@fiji-flo fiji-flo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the nice stream of atomic commits. Looks great. Didn't catch anything suspicious.

@LeoMcA LeoMcA merged commit 3adb1c5 into master Jan 17, 2024
2 checks passed
@LeoMcA
Copy link
Contributor Author

LeoMcA commented Jan 17, 2024

Amazing, thank you! 🚀

@LeoMcA LeoMcA deleted the next branch January 17, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants