-
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
Feature/add snyk #200
Feature/add snyk #200
Conversation
Pull Request Test Coverage Report for Build 3351458228Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
@Flamewind97 please rebase and set the correct email for all the commits, so as to make the CLA assistant happy :-) |
afff31f
to
445f35a
Compare
.github/workflows/snyk-container.yml
Outdated
# issues, monitor images for newly disclosed vulnerabilities in Snyk and | ||
# fail PR checks for new vulnerabilities, see https://github.com/snyk/actions/ | ||
|
||
name: Example workflow using Snyk |
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.
Maybe you want to rename this though?
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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 !
Snyk is a developer-friendly security platform for anyone responsible for securing code.
I added a snyk workflow to let developer notice if there have imported some vulnerable code.
But I set with the flag continue-on-error because some of the vulnerabilities can be ignored
ref: https://snyk.io/