test("ssh-scan parser parses a proper result to proper findings", async () => {
  const hosts = JSON.parse(
    await readFile(__dirname + "/__testFiles__/securecodebox.io.json", {
      encoding: "utf8",
    })