Skip to content

Commit

Permalink
add cpe functionality to store interface
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Nov 14, 2024
1 parent 32d4667 commit 11fedc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grype/db/v6/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ type Reader interface {
ProviderStoreReader
VulnerabilityStoreReader
AffectedPackageStoreReader
AffectedCPEStoreReader
}

type Writer interface {
DBMetadataStoreWriter
ProviderStoreWriter
VulnerabilityStoreWriter
AffectedPackageStoreWriter
AffectedCPEStoreWriter
io.Closer
}

Expand Down

0 comments on commit 11fedc4

Please sign in to comment.