-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add scheduled Snyk check for Docker image #995
Conversation
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! Just minor comment.
Thanks @mpgxvii, I applied the fix. |
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! Also, are we merging to master directly?
@mpgxvii I don't know where is the best place to merge it. Maybe @pvannierop has suggestions? |
Depends on the state of the dev branch. We need to make a periodic release that fixes vulnerabilities. I rather not have to deal with problems that arise from features that are in development. I, therefore, would like a PR directly to master. |
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.
I have two issues that I would like to raise:
- Should the scheduled action only trigger on master branch?
- Should the scheduled docker action replace the current Snyk scan that is performed for each commit to a PR branch?
It's probably better to run it only on master branch since this is used to fix security vulnerabilities. |
This PR adds a weekly scan by Snyk to check the Docker image and will suggest fixes if it fails.