Skip to content

Commit

Permalink
Merge pull request aquasecurity#10 from DataDog/lebauce/walker-pass-p…
Browse files Browse the repository at this point in the history
…arallel

Pass parallel parameter to walker
  • Loading branch information
lebauce authored Jul 29, 2024
2 parents 3090480 + 8e96451 commit 0d652d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/fanal/walker/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func NewFS(skipFiles, skipDirs, onlyDirs []string, parallel int, errCallback Err
return FS{
walker: newWalker(skipFiles, skipDirs, onlyDirs),
errCallback: errCallback,
parallel: parallel,
}
}

Expand Down

0 comments on commit 0d652d4

Please sign in to comment.