-
Notifications
You must be signed in to change notification settings - Fork 80
fix/refactor(CLL): Bump CLL version to 2.1.1 to exclude irrelevant directories when searching for locations (IDETECT-4810) #1572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix/refactor(CLL): Bump CLL version to 2.1.1 to exclude irrelevant directories when searching for locations (IDETECT-4810) #1572
Conversation
"If false, Detect will exclude the default directory names. See the detailed help for more information. Caution should be exercised when including this parameter on Windows, as the commmand length generated may exceed OS limitations.", | ||
"If false, the following directories will be excluded by Detect when searching for detectors: __MACOX, bin, build, .git, .gradle, .yarn, node_modules, out, packages, target, .synopsys, .blackduck, and the following directories will be excluded from signature scan using the Scan CLI '--exclude' flag: .git, .gradle, gradle, node_modules, .synopsys, .blackduck." | ||
"If false, Detect will exclude the default list of directory names when searching for applicable detectors (see property details for more information).", | ||
"Directories excluded by default: __MACOX, bin, build, .git, .gradle, .yarn, node_modules, out, packages, target, .synopsys, .blackduck, and the following directories will be excluded from signature scan using the Scan CLI '--exclude' flag: .git, .gradle, gradle, node_modules, .synopsys, .blackduck." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly wanted to remove the "Caution should be exercised when including this parameter on Windows, as the command length generated may exceed OS limitations" which doesn't apply to the property (its simply either TRUE or FALSE) but ended up rewording a little bit. cc: @cpottsbd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the command length concern refers to the command that gets issued by Detect when it tries to run the signature scanner.
See the change that introduced this message: https://github.com/blackducksoftware/detect/pull/896/files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for tracking that down. I see the warning for the property "detect.excluded.directories" also, though for this one it makes sense
Closes IDETECT-4180
Please see related component locator library MRs under ticket.