control scan by id

This commit is contained in:
kooomix
2022-12-14 13:42:52 +02:00
parent 16073d6872
commit 3a404f29fa
3 changed files with 15 additions and 8 deletions

View File

@@ -48,9 +48,9 @@ def run(kubescape_exec: str):
# msg = scan_all(kubescape_exec=kubescape_exec)
# smoke_utils.assertion(msg)
print("Testing scan control name")
msg = scan_control_name(kubescape_exec=kubescape_exec)
smoke_utils.assertion(msg)
# print("Testing scan control name")
# msg = scan_control_name(kubescape_exec=kubescape_exec)
# smoke_utils.assertion(msg)
print("Testing scan control id")
msg = scan_control_id(kubescape_exec=kubescape_exec)