https://github.com/liquibase/custom_policychecks
Custom quality checks using regex
https://github.com/liquibase/custom_policychecks
Last synced: 6 months ago
JSON representation
Custom quality checks using regex
- Host: GitHub
- URL: https://github.com/liquibase/custom_policychecks
- Owner: liquibase
- Created: 2022-09-27T17:46:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T16:11:12.000Z (6 months ago)
- Last Synced: 2025-04-21T17:25:36.476Z (6 months ago)
- Language: Python
- Homepage:
- Size: 241 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# 🔒 Liquibase Pro Policy Checks
This repository contains example [Regex](Regex/) and [Python](Python/) Policy Checks.[Liquibase Pro Policy Checks](https://www.liquibase.com/policy-checks) enable developers to write safe, compliant database code every time. You can enforce rules and best practices set by your DBAs, reducing security risks and costly manual errors.
You can learn more about [Working with Policy Checks](https://docs.liquibase.com/liquibase-pro/policy-checks/workflows/home.html) in our documentation. The checks provided here are in addition to those shipped with Liquibase.
We welcome any contributions from the community - just send us a pull request!
*Note: You must have a valid Liquibase Pro license to use Policy Checks*
# 💡 Useful Checks Commands
## "[checks show](https://docs.liquibase.com/commands/policy-checks/subcommands/show.html)"
`liquibase checks show``liquibase checks show --checks-settings-file=`
## "[checks run](https://docs.liquibase.com/commands/policy-checks/subcommands/run.html)"
`liquibase checks run``liquibase checks run --checks-settings-file=`
## "[checks enable](https://docs.liquibase.com/commands/policy-checks/subcommands/enable.html)"
`liquibase checks enable --check-name=``liquibase checks enable --check-name= --checks-settings-file=`
## "[checks disable](https://docs.liquibase.com/commands/policy-checks/subcommands/disable.html)"
`liquibase checks disable --check-name=``liquibase checks disable --check-name= --checks-settings-file=`
## "[checks bulk-set --enable](https://docs.liquibase.com/commands/policy-checks/subcommands/bulk-set.html)"
`liquibase checks bulk-set --enable``liquibase checks bulk-set --enable --checks-settings-file=`
## "[checks bulk-set --disable](https://docs.liquibase.com/commands/policy-checks/subcommands/bulk-set.html)"
`liquibase checks bulk-set --disable``liquibase checks bulk-set --disable --checks-settings-file=`
## "[checks customize](https://docs.liquibase.com/commands/policy-checks/subcommands/customize.html)"
`liquibase checks customize --check-name=``liquibase checks customize --check-name= --checks-settings-file=`
# ☎️ Contact Liquibase
Liquibase sales: https://www.liquibase.com/contact-us
Liquibase support: https://support.liquibase.com