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.
1 parent 5e2b764 commit 3348960Copy full SHA for 3348960
Tests/kaas/k8s-version-policy/k8s_version_policy.py
@@ -558,8 +558,8 @@ async def main(argv):
558
559
try:
560
logger.info(
561
- f"""Initiating scan on the Kubernetes cluster specified by kubeconfig at {config.kubeconfig}
562
- with context {config.context if config.context else ''}.
+ f"""Initiating scan on the Kubernetes cluster specified by kubeconfig at {config.kubeconfig}
+ with context {config.context if config.context else ''}.
563
Fetching cluster information and verifying access.""")
564
await get_k8s_cluster_info(config.kubeconfig, config.context)
565
await scan_k8s_images(config.kubeconfig)
0 commit comments