Skip to content

fix: Exclude vendored packages for scanning#11

Merged
andyossprey merged 1 commit into
mainfrom
andy/exclude-vendored-files
Jun 18, 2026
Merged

fix: Exclude vendored packages for scanning#11
andyossprey merged 1 commit into
mainfrom
andy/exclude-vendored-files

Conversation

@andyossprey

Copy link
Copy Markdown
Contributor

Two fixes:

  • If node modules was present the **/package.json picked up package.json's in the node_modules, since we construct a lockfile to pull in transitive deps, we don't need to inspect node modules, so this is now excluded
  • Panic recovery. If a panic occurs, we now recover and log out to stderr.

@andyossprey andyossprey merged commit f40774f into main Jun 18, 2026
7 checks passed
@andyossprey andyossprey deleted the andy/exclude-vendored-files branch June 18, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants