Skip to content

Commit

Permalink
Merge pull request #402 from snyk-tech-services/fix/find-files-10-levels
Browse files Browse the repository at this point in the history
feat: look for files 10 levels deep
  • Loading branch information
lili2311 authored Dec 14, 2022
2 parents fb7607d + 530cb27 commit 6a5055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/sync/clone-and-analyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function cloneAndAnalyze(
// right now the product entitlements are not exposed via API so user has to provide which products
// they are using
getSCMSupportedManifests(manifestFileTypes, entitlements),
6,
10,
);
const relativeFileNames = files.map((f) => path.relative(repoPath, f));
debug(
Expand Down

0 comments on commit 6a5055d

Please sign in to comment.