Skip to content

Instantly share code, notes, and snippets.

@paulbrodner
Last active July 16, 2018 12:48
Show Gist options
  • Select an option

  • Save paulbrodner/12d5ef31fcf0c650c266caa9a9727ed2 to your computer and use it in GitHub Desktop.

Select an option

Save paulbrodner/12d5ef31fcf0c650c266caa9a9727ed2 to your computer and use it in GitHub Desktop.
WhiteSource Maven scan
echo "starting whitesource scan"
mvn org.whitesource:whitesource-maven-plugin:update -Dorg.whitesource.product=Paul-SearchS-maven -Dorg.whitesource.orgToken=$WHITESOURCE_API_KEY -Dorg.whitesource.ignorePomModules=false -Dorg.whitesource.ignoredScopes=test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment