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 analysis coordination #20

Merged
merged 2 commits into from May 18, 2020
Merged

Add analysis coordination #20

merged 2 commits into from May 18, 2020

Conversation

wagoodman
Copy link
Contributor

This adds a full analysis path of the tool. That is, now you can run the root command with a tar and it will run all of the analyzers and show the resulting package catalog:

docker image save centos:8 -o image.tar
go run main.go tar://image.tar

Since there are no analyzers, a single dummy package/analyzer was added to complete this execution path --this will need to be removed later (preferably when adding the first analyzer/package)

Closes #13

@alfredodeza alfredodeza mentioned this pull request May 18, 2020
@wagoodman wagoodman merged commit 45a3f63 into master May 18, 2020
@wagoodman wagoodman deleted the add-analysis-driver-logic branch May 18, 2020 17:16
GijsCalis pushed a commit to GijsCalis/syft that referenced this pull request Feb 19, 2024
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.

Add analyzer coordinator
2 participants