phylum project set-thresholds
Interactively set risk domain thresholds for a project
Usage: phylum project set-thresholds [OPTIONS] <name>
Arguments
  Name of the project
Options
-g, --group <group_name>
Group owning the project
-v, --verbose...
Increase the level of verbosity (the maximum is -vvv)
-q, --quiet...
Reduce the level of verbosity (the maximum is -qq)
-h, --help
Print help
Details
Analysis results scoring at or below the defined projects thresholds will cause
the analysis to be marked as failure.
Examples
# Interactively set risk domain thresholds for the 'sample' project
$ phylum project set-thresholds sample
# Interactively set risk domain thresholds for the 'sample' project owned by the 'sGroup' group
$ phylum project set-thresholds -g sGroup sample
Updated 15 days ago