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
<*> many (option (eitherReader targetOpt) (applyFossaStyle <> long "exclude-target"<> stringToHelpDoc "Exclude these targets from scanning. See `targets.exclude` in the fossa.yml spec."<> metavar "PATH"))
335
335
<*> many (option (eitherReader pathOpt) (applyFossaStyle <> long "only-path"<> stringToHelpDoc "Only scan these paths. See `paths.only` in the fossa.yml spec."<> metavar "PATH"))
336
336
<*> many (option (eitherReader pathOpt) (applyFossaStyle <> long "exclude-path"<> stringToHelpDoc "Exclude these paths from scanning. See `paths.exclude` in the fossa.yml spec."<> metavar "PATH"))
337
+
<*> flagOpt ExcludeManifestStrategies (applyFossaStyle <> long "exclude-manifest-strategies"<> stringToHelpDoc "Exclude all manifest-based strategies for finding targets.")
337
338
<*> vsiEnableOpt
338
339
<*> flagOpt BinaryDiscovery (applyFossaStyle <> long "experimental-enable-binary-discovery"<> stringToHelpDoc "Reports binary files as unlicensed dependencies")
339
340
<*> optional (strOption (applyFossaStyle <> long "experimental-link-project-binary"<> metavar "DIR"<> stringToHelpDoc "Links output binary files to this project in FOSSA"))
<*> flagOpt StrictMode (applyFossaStyle <> long "strict"<> stringToHelpDoc "Enforces strict analysis to ensure the most accurate results by rejecting fallbacks.")
352
353
<*> switch (applyFossaStyle <> long "x-snippet-scan"<> stringToHelpDoc "Experimental flag to enable snippet scanning to identify open source code snippets using fingerprinting.")
353
-
<*> flagOpt ExcludeManifestStrategies (applyFossaStyle <> long "exclude-manifest-strategies"<> stringToHelpDoc "Ignore all manifest-based strategies for finding targets.")
0 commit comments