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
|[`--detect-vendored`](./analyze/detect-vendored.md)| Enable the vendored source identification engine. For more information, see the [C and C++ overview](../strategies/languages/c-cpp/c-cpp.md). |
134
-
|[`--detect-dynamic './some-binary`](./analyze/detect-dynamic.md)| Analyze the binary at the provided path for dynamically linked dependencies. For more information, see the [C and C++ overview](../strategies/languages/c-cpp/c-cpp.md). |
135
-
|[`--static-only-analysis`](../strategies/README.md#static-and-dynamic-strategies)| Do not use third-party tools when analyzing projects. |
136
-
|`--strict`| Enforces strict analysis to ensure the most accurate results for a strategy without resorting to fallbacks. |
|[`--detect-vendored`](./analyze/detect-vendored.md)| Enable the vendored source identification engine. For more information, see the [C and C++ overview](../strategies/languages/c-cpp/c-cpp.md). |
134
+
|[`--detect-dynamic './some-binary`](./analyze/detect-dynamic.md)| Analyze the binary at the provided path for dynamically linked dependencies. For more information, see the [C and C++ overview](../strategies/languages/c-cpp/c-cpp.md). |
135
+
|[`--static-only-analysis`](../strategies/README.md#static-and-dynamic-strategies)| Do not use third-party tools when analyzing projects. |
136
+
|`--strict`| Enforces strict analysis to ensure the most accurate results for a strategy by rejecting fallbacks. When ran with `--statitic-only-analysis`, the most optimal static strategy will be applied without fallbacks.|
0 commit comments