From the course: Agile Software Development: Code Quality

Unlock the full course today

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

Setting up Snyk

Setting up Snyk - SonarQube Tutorial

From the course: Agile Software Development: Code Quality

Start my 1-month free trial

Setting up Snyk

- [Instructor] There's a little bit of setup that you'll need to do in order to follow along with me as I use Snyk. First up, we're going to use git to clone down my fork of Express from https://github.com/mscottford-demo/express. Next up, we need to install a node. On a Mac with Homebrew, this can be done with brew install node. And then we need to install the Snyk command line utility using npm install -g snyk. And then next, we need to open up snyk.io in our web browser and sign up. Go ahead and use your Github credentials. And if you're working through this for the first time, you'll be asked to authorize your account. I'm not being done that, because I've already been here once before. Next, switch back to the terminal, and then run snyk auth. And that should open up a page in the web browser and will authenticate you to then use the command line utility. If you switch back to the terminal, you'll see a message that your account has been authenticated, and you're all ready and…

Contents