Skip to content

Commit 5ab9792

Browse files
authored
docs(general): Add JAVA_FULL_DT environment variable to CLI reference (#7312)
1 parent cea46be commit 5ab9792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/2.Basics/CLI Command Reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ nav_order: 2
8181
| `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` |
8282
| `CHECKOV_MAX_IAC_FILE_SIZE` | Set the max size for CloudFormation file scans. | `50_000_000` or 50MB |
8383
| `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

Comments
 (0)