diff --git a/test/cli/testdata/cnspec_scan.ct b/test/cli/testdata/cnspec_scan.ct index 3787904b..fffe9f45 100644 --- a/test/cli/testdata/cnspec_scan.ct +++ b/test/cli/testdata/cnspec_scan.ct @@ -10,6 +10,7 @@ To manually configure a policy, use this: $ cnspec scan local -f bundle.mql.yaml --incognito Usage: + cnspec scan [flags] cnspec scan [command] Available Commands: diff --git a/test/cli/testdata/cnspec_vuln.ct b/test/cli/testdata/cnspec_vuln.ct index d28f20b7..7fd38798 100644 --- a/test/cli/testdata/cnspec_vuln.ct +++ b/test/cli/testdata/cnspec_vuln.ct @@ -2,6 +2,7 @@ $ cnspec vuln --help Scans a target for vulnerabilities Usage: + cnspec vuln [flags] cnspec vuln [command] Available Commands: @@ -25,4 +26,4 @@ Global Flags: --log-level string Set log level: error, warn, info, debug, trace (default "info") -v, --verbose Enable verbose output -Use "cnspec vuln [command] --help" for more information about a command. \ No newline at end of file +Use "cnspec vuln [command] --help" for more information about a command. diff --git a/test/serve/cnspec b/test/serve/cnspec new file mode 100755 index 00000000..f1747f55 Binary files /dev/null and b/test/serve/cnspec differ