--checks-scripts-path

Last updated: April 30, 2026

Only allow custom scripts found in the specified directories to execute. If not set, scripts from any location are allowed.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--checks-scripts-path=<string>

Liquibase properties file (defaults file)

liquibase.command.checks.<subcommand>.checksScriptsPath: <string>

Command flow file argument (example)

cmdArgs: { checks-scripts-path: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.checks.<subcommand>.checksScriptsPath=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_CHECKS_<SUBCOMMAND>_CHECKS_SCRIPTS_PATH=<string>