remove scan

This commit is contained in:
dwertent
2021-11-01 12:41:54 +02:00
parent 5c7d89cb9e
commit a99d2e9e26
2 changed files with 0 additions and 2 deletions

View File

@@ -19,7 +19,6 @@ def run(kubescape_exec:str):
test_command(command=[kubescape_exec, "download"])
test_command(command=[kubescape_exec, "config"])
test_command(command=[kubescape_exec, "help"])
test_command(command=[kubescape_exec, "scan"])
test_command(command=[kubescape_exec, "scan", "framework"])
test_command(command=[kubescape_exec, "scan", "control"])

View File

@@ -1,5 +1,4 @@
import os
import subprocess
import smoke_utils
import sys