-
Notifications
You must be signed in to change notification settings - Fork 38
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
mardizzone/pos-944 Snyk integration #55
base: master
Are you sure you want to change the base?
Conversation
…gitignore snyk cache
…ssues for 3rd party libraries and report in snyk policy file
@marcello33, for this one and maticnetwork/contracts#440, we'd need to remove coverage (outdated for Truffle), and temporarily Slither until a fix is found (see crytic/slither#1319). Solhint will be fixed. Does that sound reasonable? |
Yes, @ZeroEkkusu sounds good to me, thanks |
@ZeroEkkusu just committed one more change to solve a vulnerability issue. Checks are green, so theoretically LGTM |
Done - sorry for not communicating it to you. |
Description
This PR integrates
snyk
security CI into bor GH pipeline.It executes
snyk
vulnerabilities check andsnyk
static code analysis and publish the results into the relative action.Licenses check has been removed from
snyk
UI as ours is a open source organization.Changes
Checklist
Testing
Manual tests
Used
snyk
CLI for tests, and embeddedsecurity-ci
on PR.