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
Copy file name to clipboardExpand all lines: docs/2.Basics/CLI Command Reference.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,3 +81,4 @@ nav_order: 2
81
81
|`ENABLE_CONFIG_FILE_VALIDATION`| If the conf-file explicitly set using the `--config-file` command does not exist, skip rather than throw an error (default) |`False`|
82
82
|`CHECKOV_MAX_IAC_FILE_SIZE`| Set the max size for CloudFormation file scans. |`50_000_000` or 50MB |
83
83
|`CHECKOV_MAX_FILE_SIZE`| Set the max file size for Secrets scans. |`5000000` or 5MB |
84
+
|`JAVA_FULL_DT`| Enables a deeper SCA scan for Java projects to resolve the full dependency tree, including transitive dependencies. |`False`|
0 commit comments