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

Add analyzer coordinator #13

Closed
wagoodman opened this issue May 7, 2020 · 1 comment · Fixed by #20
Closed

Add analyzer coordinator #13

wagoodman opened this issue May 7, 2020 · 1 comment · Fixed by #20
Assignees
Milestone

Comments

@wagoodman
Copy link
Contributor

This object will be responsible for:

  • (potentially) constructing all analyzers
  • compile a list of files that should be fetched from the image tar (originating from analyzer.SelectFiles() for every analyzer)
  • Fetching the contents of each file for every analyzer
  • Commencing the analysis for each analyzer
  • Returns a populated catalog
@wagoodman
Copy link
Contributor Author

wagoodman commented May 16, 2020

PR #18 partially implements this issue (prematurely closed)

@wagoodman wagoodman added this to the v0.1.0 milestone Jun 3, 2020
@wagoodman wagoodman added the mvp label Jun 3, 2020
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 a pull request may close this issue.

1 participant