test("ssh-scan parser parses errored result (no ssh server) to zero findings", async () => {
  const hosts = JSON.parse(
    await readFile(__dirname + "/__testFiles__/localhost.json", {
      encoding: "utf8",
    })