airbnb / airbnb/binaryalert

Permit a method of retro scanning without manage.py

Open
#172 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
1.5k
Forks
179
PR merge metrics
No merged PRs in 30d

Description

## 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 https://github.com/airbnb/binaryalert/issues/164
Relates https://github.com/airbnb/binaryalert/issues/134

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.