Flyway Check Script Filename Setting
Published 20 November 2025
This is available in Flyway CLI only
Description
Specify an individual script to run code analysis on. Only used if scope is 'SCRIPT'. This will be resolved relative to the working directory.
Type
String
Default
This will default to the value of prepare.scriptFilename.
Usage
Command-line
./flyway check -code -scriptFilename=custom_script.sql
TOML Configuration File
[flyway.check]
scriptFilename = "custom_script.sql"