Hold the various shared flags and data
:ivar nomos: run nomos scanner
:ivar ojo: run ojo scanner
:ivar copyright: run copyright scanner
:ivar keyword: run keyword scanner
:ivar repo: scan whole repo or just diff
:ivar differential: scan between two versions of a repo
:ivar scan_dir: Scan a particular subdirectory
:ivar tags: tuple of length 2: (from_tag , to_tag) to scan
:ivar diff_dir: directory to scan
:ivar dir_path: Path to subdirectory to scan
:ivar keyword_conf_file_path: path to custom keyword.conf file passed by user
:ivar allowlist_path: path to allowlist.json file
:ivar allowlist: information from allowlist.json
:ivar report_format: Report format to use
:ivar scan_only_deps: Scan only dependencies
:ivar sbom_path: Path to sbom file
Definition at line 24 of file CliOptions.py.