-
Couldn't load subscription status.
- Fork 727
Add the ability to run syft from a scratch image. #288
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! I'd also suggest that adding documentation for how to use this Docker image is a "must have" for this addition, since it may not be obvious how to use it (e.g. that most workflows would require access to the Docker daemon).
|
ditto on @luhring s comment for documentation, just a small example or two in the readme will go a long way. |
4af6362 to
b7e5d59
Compare
This change will allow endusers or CI to run syft from a minimum image which will simplify CI deployment. Signed-off-by: Toure Dunnon <[email protected]>
Signed-off-by: Toure Dunnon <[email protected]>
b7e5d59 to
c626cb1
Compare
Signed-off-by: Toure Dunnon <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great!
Signed-off-by: Toure Dunnon <[email protected]>
Add the ability to run syft from a scratch image.
This change will allow endusers or CI to run syft from a
minimum image which will simplify CI deployment.
closes: #228
Signed-off-by: Toure Dunnon [email protected]