-
Notifications
You must be signed in to change notification settings - Fork 369
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
govulncheck integration #198
govulncheck integration #198
Conversation
0d6bd0e
to
e60dbd4
Compare
@another-rex is this still a draft, or is it ready for closer review? |
Still a draft at the moment, should be ready by end of today though. |
…if vulnerabilities are not called
if err != nil { | ||
return nil, err | ||
} | ||
vpkgs := vulncheck.Convert(pkgs) |
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.
@zpavlinovic Just want to confirm that this function and the returned vulncheck.Package
will still be available (possibly migrated into govulncheck
) after vulncheck
goes internal/private?
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!! Some hopefully final comments
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.
LGTM with one last comment!
@julieqiu FYI |
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.
LGTM with some nits
An initial attempt at integrating govulncheck's library with OSV-Scanner. TODOs before full PR: ~~- [ ] Add config options after design doc is finalized~~ ~~- [ ] Allow user to configure tags and go versions~~ - [x] Update table output for inactive/not called vulnerabilities - [x] Update exit code for not called vulnerabilities - [x] Update README with feature and the go dependency if they want the vulncheck feature - [x] Add go as dependency into osv-scanner docker containers.
An initial attempt at integrating govulncheck's library with OSV-Scanner. TODOs before full PR: ~~- [ ] Add config options after design doc is finalized~~ ~~- [ ] Allow user to configure tags and go versions~~ - [x] Update table output for inactive/not called vulnerabilities - [x] Update exit code for not called vulnerabilities - [x] Update README with feature and the go dependency if they want the vulncheck feature - [x] Add go as dependency into osv-scanner docker containers.
An initial attempt at integrating govulncheck's library with OSV-Scanner. TODOs before full PR: ~~- [ ] Add config options after design doc is finalized~~ ~~- [ ] Allow user to configure tags and go versions~~ - [x] Update table output for inactive/not called vulnerabilities - [x] Update exit code for not called vulnerabilities - [x] Update README with feature and the go dependency if they want the vulncheck feature - [x] Add go as dependency into osv-scanner docker containers.
An initial attempt at integrating govulncheck's library with OSV-Scanner.
TODOs before full PR:
- [ ] Add config options after design doc is finalized- [ ] Allow user to configure tags and go versions