auth0 / omniauth-auth0

OmniAuth strategy to login with Auth0
MIT License
125 stars 67 forks source link

Remove snyk step form CI config file #93

Closed lbalmaceda closed 4 years ago

lbalmaceda commented 4 years ago

Changes

Remove the snyk check from the CI file. Let's check it through the Dashboard instead.

lbalmaceda commented 4 years ago

Replaced the ci approach with proper snyk integration through webhooks. The checks on this pr should include snyk dependencies and license checks, before it included an extra step for the ci named "snyk"

stevehobbsdev commented 4 years ago

@lbalmaceda Thanks for clarifying!