Skip to main content

Input & Mode Parameters

Matching & Tuning Parameters

Output & Utility Parameters

Flag-Based Configuration

The -F / --flags parameter accepts a numeric bitmask that controls which data categories are included in or excluded from scan output. Flags can also be set persistently in /etc/scanoss_flags.cfg so that they apply to every scan without needing to be passed on the command line. Flag values are combined by summing their numeric values. For example, to disable both dependencies (4) and licences (8), pass -F 12.

Environment Variables

Configuration File

Flags can be persisted to avoid passing them on every invocation. Write flag values to:
The file should contain a single integer representing the combined flag value (e.g., 12 to disable both dependencies and licences).

Examples