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 4a59878 commit cea9840Copy full SHA for cea9840
Tests/kaas/k8s-version-policy/k8s_version_policy.py
@@ -568,8 +568,6 @@ async def main(argv):
568
Fetching cluster information and verifying access.""")
569
await get_k8s_cluster_info(config.kubeconfig, config.context)
570
await get_images_and_scan(config.kubeconfig, config.context)
571
- # images_to_scan = await get_k8s_pod_images(config.kubeconfig, config.context)
572
- # await scan_k8s_images(images_to_scan=images_to_scan)
573
574
except CriticalException as e:
575
logger.critical(e)
0 commit comments