Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Whitesource

Andy Newman edited this page Sep 22, 2016 · 1 revision

Implementing Whitesource in next node apps

  1. Update to latest n-Makefie (to be confirmed when this PR is merged in)

  2. Add the following to your app's package.json (devDependencies) (These packages are currently not working due to line endings being Windows/DOS format rather than Unix)

  • "whitesource": "^0.3.2”
  • "ws-bower": "^1.0.2” (this is only required if you have bower components)
  1. Add the following to your app's .gitignore
  • whitesource.npm.config.json
  • whitesource.bower.config.json (this is only required if you have bower components)

Running Reports

Reports will run as part of the deploy process in circle - but will not prevent the build’s completion if there are any errors.

Accessing Reports

Reports can be accessed at https://saas.whitesourcesoftware.com/Wss/WSS.html#!home selecting Next in the Product Summaries

Support

There’s a #whitesource slack channel

Clone this wiki locally