-
-
Notifications
You must be signed in to change notification settings - Fork 576
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 a faster package scan with --package-only
#3689
Conversation
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Reference: #3464 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
882fa29
to
754966a
Compare
Signed-off-by: Ayan Sinha Mahapatra <[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.
Looking good! ... please merge and add some further tests later.
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
e8cc0f9
to
3b53f43
Compare
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
7fcd25d
to
15b4f7d
Compare
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.
Thanks. Good to merge... you may want to refine the help text for the option: metadata, steps, codebase are words we are not using often so they may confuse users.
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Merging, thanks! |
Adds a new command line option
--package-only
:This replaces the previous implementation at #3525
Reference: #3464
Tasks
Run tests locally to check for errors.