Created
June 30, 2015 14:13
-
-
Save rferreira/b1ed0452bc13c6ed66be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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