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

Permit a method of retro scanning without manage.py #172

Open
jdheyburn opened this issue Sep 3, 2020 · 0 comments
Open

Permit a method of retro scanning without manage.py #172

jdheyburn opened this issue Sep 3, 2020 · 0 comments

Comments

@jdheyburn
Copy link

jdheyburn commented Sep 3, 2020

Background

Currently the only way to retrospectively scan objects in S3 buckets is via the ./manage.py CLI tool. This blocks a 'set and forget' approach whereby we will have to manually execute this for retro scans. You can build it in a pipeline but that is still work required.

Desired Change

Perhaps move/copy the retro logic within manage.py to a lambda which reads the inventory file to push messages to the analyzer SQS queue. It could even be triggered by when inventory files are created.

Relates #164
Relates #134

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

No branches or pull requests

1 participant