We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
infrahubctl check
1 parent fa3f84d commit 7043e5bCopy full SHA for 7043e5b
infrahub_sdk/ctl/check.py
@@ -196,7 +196,7 @@ async def run_checks(
196
log = logging.getLogger("infrahub")
197
198
check_summary: list[bool] = []
199
- client = initialize_client()
+ client = initialize_client(branch=branch)
200
for check_module in check_modules:
201
if check_module.definition.targets:
202
result = await run_targeted_check(
0 commit comments