Skip to content

Instantly share code, notes, and snippets.

@rferreira
Created June 30, 2015 14:13
Show Gist options
  • Select an option

  • Save rferreira/b1ed0452bc13c6ed66be to your computer and use it in GitHub Desktop.

Select an option

Save rferreira/b1ed0452bc13c6ed66be to your computer and use it in GitHub Desktop.
// creating the client
ScaniiClient client = new ScaniiClient(ScaniiTarget.v2_0, KEY, SECRET);
// scans a file
result = client.process(Paths.get("/tmp/foo.doc"));
System.out.println(result.getFindings());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment