-
Notifications
You must be signed in to change notification settings - Fork 7
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
Trigger #73
Trigger #73
Conversation
Signed-off-by: Daniel Grunberger <[email protected]>
Signed-off-by: Daniel Grunberger <[email protected]>
PR Description updated to latest commit (31cef8e) |
Signed-off-by: Daniel Grunberger <[email protected]>
PR Analysis
PR Feedback
How to useInstructions
|
Summary:
|
Type
Tests
Description
This PR introduces enhancements in the tests for the Vulnerability Summary Storage. The changes include:
PR changes walkthrough
1 files
vulnerabilitysummarystorage_test.go
pkg/registry/file/vulnerabilitysummarystorage_test.go
The changes in this file are focused on the tests for the
Create function in the Vulnerability Summary Storage
implementation. New test cases have been added and the
structure of the test cases has been improved for better
readability.