-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Install nvm
on jenkins builders
#779
Comments
We should identify the scope of which Docker containers we want to scan and where and when. My understanding is that we currently:
So my question which of these do we want to scan and when/why. |
I would suggest that most beneficial would be hook it into 2. as :
|
OK, given snyk is enabled for that repo - does that integration not check the resulting image? Or does the GitHub integration not scan containers? |
github integration does not scan Dockerfiles/images |
Do we need this on all the machines or is there a limited number of systems we're planning to run this on? |
not sure, probably best to start witch machines used to build linux images. @karianna any thoughs ? |
I'd say linux for any docker related builds. |
OK I've put it on for the jenkins user on build-scaleway-ubuntu1604-x64-2 which is where the x86 docker builds are generally done. If you source |
@grzesuav - Are you able to test this out now? |
hi, just finishing AdoptOpenJDK/openjdk-docker#263 and I will switch to this, hopefully this weekend |
@sxa555 how can I test if code on mt branch will execute properly ? Is there any way I can run my branch (PR above) to check how it behaves ? |
I would imagine I need to perform https://support.snyk.io/hc/en-us/articles/360003812458-Getting-started-with-the-CLI
|
Is this is still in progress and blocked? |
@sxa the question is do we want to continue with snyk analysis for docker images |
In order to enable
snyk
analysis, I would neednvm
installed, to use it for installnpm
andsnyk
The text was updated successfully, but these errors were encountered: