Skip to content

Commit

Permalink
femoving unused lines
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr <[email protected]>
  • Loading branch information
piobig2871 committed Nov 7, 2024
1 parent 4a59878 commit cea9840
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/kaas/k8s-version-policy/k8s_version_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,6 @@ async def main(argv):
Fetching cluster information and verifying access.""")
await get_k8s_cluster_info(config.kubeconfig, config.context)
await get_images_and_scan(config.kubeconfig, config.context)
# images_to_scan = await get_k8s_pod_images(config.kubeconfig, config.context)
# await scan_k8s_images(images_to_scan=images_to_scan)

except CriticalException as e:
logger.critical(e)
Expand Down

0 comments on commit cea9840

Please sign in to comment.