auth0 / node-oauth2-jwt-bearer

Monorepo for libraries that protect Node APIs with OAuth2 Bearer JWTs
MIT License
91 stars 30 forks source link

Ensure to scan all projects with Snyk #119

Closed frederikprijck closed 11 months ago

frederikprijck commented 11 months ago

Description

Currently, Snyk only scans the root.

image

This PR adds the --all-projects flag to ensure it scans all projects.

Checklist