You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Exclude dev dependencies from source clear check (#93)
## Summary
Source clear was also checking for vulnerabilities in dev dependencies. Added a `srcclr.yml` file with `scope:production` to ignore checking dev dependencies.
## Test Plan
Source clear tests now show zero vulnerabilites.
0 commit comments