-
Notifications
You must be signed in to change notification settings - Fork 835
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
Jenkins x snyk security checks #2251
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fri Aug 7 06:15:28 UTC 2020 impatient try |
Fri Aug 7 06:15:37 UTC 2020 impatient try |
Fri Aug 7 06:15:52 UTC 2020 impatient try |
Fri Aug 7 06:24:38 UTC 2020 impatient try |
Fri Aug 7 06:24:38 UTC 2020 impatient try |
Fri Aug 7 06:29:31 UTC 2020 impatient try |
Fri Aug 7 06:29:44 UTC 2020 impatient try |
Fri Aug 7 06:29:48 UTC 2020 impatient try |
Fri Aug 7 06:48:28 UTC 2020 impatient try |
Fri Aug 7 06:48:40 UTC 2020 impatient try |
Fri Aug 7 07:10:36 UTC 2020 impatient try |
Fri Aug 7 07:11:02 UTC 2020 impatient try |
Fri Aug 7 07:11:04 UTC 2020 impatient try |
Fri Aug 7 07:26:24 UTC 2020 impatient try |
Fri Aug 7 07:26:38 UTC 2020 impatient try |
Fri Aug 7 07:26:44 UTC 2020 impatient try |
Fri Aug 7 07:50:42 UTC 2020 impatient try |
Fri Aug 7 07:50:49 UTC 2020 impatient try |
Fri Aug 7 07:50:57 UTC 2020 impatient try |
@axsaucedo: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository. I understand the commands that are listed here. |
Security checks PR now works. It will now only run on-demand, so it won't affect the build. It seems only 1 vulnerability flagged up, namely pyyaml for which I've opened #2252 PR is now ready for review /cc @gsunner |
Nice one! Do we know what method |
Yeah it basically checks all the dependencies and versions with their own internal CVE database |
Fixes #2183
Introduces automation using snyk. It uses the snyk CLI due to limitations in their current web service (the web service doesn't support go.mod, only the CLI).
At this point of witing the CLI is free for OSS projects, but requires a token connected to the account. In this case the token can be created in the CI cluster with:
Security checks PR now works. It will now only run on-demand, so it won't affect the build. It seems only 1 vulnerability flagged up, namely pyyaml for which I've opened #2252
PR is now ready for review