Skip to content

Commit cea9840

Browse files
committed
femoving unused lines
Signed-off-by: Piotr <[email protected]>
1 parent 4a59878 commit cea9840

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/kaas/k8s-version-policy/k8s_version_policy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,6 @@ async def main(argv):
568568
Fetching cluster information and verifying access.""")
569569
await get_k8s_cluster_info(config.kubeconfig, config.context)
570570
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)
573571

574572
except CriticalException as e:
575573
logger.critical(e)

0 commit comments

Comments
 (0)