FOSSology  4.4.0
Open Source License Compliance by Open Source Software
COMPATIBILITY Agent

Table of Contents

Compatibility agent to find the compatibility between licenses present in a file. Can run in scheduler as well as cli mode

The agent runs in multi-threaded mode and creates a new thread for every pfile for faster processing.

Supported actions

Command line flag Description
-h [–help] Shows help
-v [–verbose] Increase verbosity
–file arg Json File to scan
-J [–json] Output JSON
–types arg CSV File to scan
–rules arg YAML File to scan
-c [ –config ] arg Path to the sysconfigdir
–scheduler_start Specifies, that the command was called by the
scheduler
–userID arg The id of the user that created the job (only in
combination with –scheduler_start)
–groupID arg The id of the group of the user that created the job
(only in combination with –scheduler_start)
–jobId arg The id of the job (only in combination with
–scheduler_start)

Agent source