From the course: Agile Software Development: Code Quality

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Securing your dependencies with Snyk web

Securing your dependencies with Snyk web - SonarQube Tutorial

From the course: Agile Software Development: Code Quality

Start my 1-month free trial

Securing your dependencies with Snyk web

- [Instructor] Let's take a peak at Snyk's web UI for detecting and patching vulnerable dependencies. It provides deep integration with GitHub, which makes it really simple to create pull requests for keeping your dependencies updated. It also duplicates much of the functionality of the CLI, so you can pick the experience that you prefer working with. To follow along, you're going to need to fork your own version of the express project using my fork as a starting point. Visit https://github.com/mscottford-demo. Click on express. And then click Fork to fork this project into your Github account. Now we're going to use Snyk's GitHub integration to get it to analyze that fork. Visit snyk.io and log in. Click on Projects. Click Add projects. And then pick the express project. And then click Add selected repositories. Let's wait for express to import the project. And we can quick to view the log to see how that's coming along. So now that it's all complete, we can click over to View all…

Contents