The scanner directory houses an example command-line client for scanning files using WithSecure Atlant written in the Java programming language.
The client and its dependencies can be compiled into a single jar file using Gradle:
cd java/scanner
./gradlew shadowJarThe client can be invoked as:
java -jar build/libs/scanner-all.jar AUTH-URL SCAN-URL CLIENT-ID CLIENT-SECRET FILEHere AUTH-URL is Atlant authorization server address and SCAN-URL is a
scanning server address. See WithSecure Atlant user guide for information on how
to setup Atlant.
Note that the scanner is currently not compatible with Atlant container.