-
Notifications
You must be signed in to change notification settings - Fork 183
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 "add-depsdev-on-ingest" flag info to cli store #2389
base: main
Are you sure you want to change the base?
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.
missing in two more places. Otherwise looks good.
@@ -70,6 +70,9 @@ func init() { | |||
// the ingestor will query and ingest endoflife.date for EOL | |||
set.Bool("add-eol-on-ingest", false, "if enabled, the ingestor will query and ingest endoflife.date for EOL data. Warning: This will increase ingestion times") | |||
|
|||
// the ingestor will query and ingest deps.dev data for scorecards and source association |
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.
Missing the flag here on guaccollect
: https://github.com/guacsec/guac/blob/main/cmd/guacingest/cmd/root.go#L34
and guacone
: https://github.com/guacsec/guac/blob/main/cmd/guacone/cmd/root.go#L34
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.
made changes
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 good, but need to add it to the other two places
Signed-off-by: Brandon Lum <[email protected]>
1c7830e
to
639c80f
Compare
Description of the PR
Add "add-depsdev-on-ingest" flag info to cli store
Addressing #2385 (comment)
PR Checklist
-s
flag togit commit
.make generate
has been runmake generate
has been runmake generate
has been runcollectsub
protobuf has been changed,make proto
has been run