Skip to content

Commit

Permalink
keep db v6 config for yardstick
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Jan 23, 2025
1 parent 144579e commit feff2c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .grype-v6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# TODO: delete me once v6 lands on grype@main without a feature flag
exp:
dbv6: true
3 changes: 2 additions & 1 deletion manager/tests/cli/.grype-v6.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# TODO: delete me once v6 lands on grype@main without a feature flag
exp:
dbv6: true
dbv6: true
2 changes: 1 addition & 1 deletion pkg/provider/entry/sqlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func sqliteOpeners(resultPaths []string) (<-chan Opener, int64, error) {

current += len(models)

//log.WithFields("count", current).Trace("records read from the provider cache DB")
// log.WithFields("count", current).Trace("records read from the provider cache DB")

// note: returning an error will stop future batches
return nil
Expand Down

0 comments on commit feff2c3

Please sign in to comment.