-
Notifications
You must be signed in to change notification settings - Fork 505
mardizzone/pos-944 Snyk integration #440
base: main
Are you sure you want to change the base?
Conversation
Merge Develop to Master
Merge develop (May 6 - May 27) to master
Merge develop (May 25 - May 30) into master
- update hdwallet-provider - set gas fee for bor - enable deposit ERC20 in script/deposit.js
…ssues for 3rd party libraries and report in snyk policy file
@ZeroEkkusu just committed one more change to solve a vulnerability issue. I see only CI/build is failing |
Confirmed that the build was failing because of a |
@ZeroEkkusu so, shall we leave it as it is for the moment, and we can get back to it once you have all the knowledge about it and feel confident to solve (based on our call planned for tomorrow) ? |
@marcello33 Sure. Feel free to revert it if you want. |
No problems @ZeroEkkusu. Our prio is to get the whole topic solved around node upgrade (and thus make it work with all devnets deployed via matic-cli). I'll leave this PR pending until then. |
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.
😀
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.