Difference between revisions of "Safety check"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
  safety check --ignore 42194 --ignore 42050 --ignore 44715 --ignore 48547
 
  safety check --ignore 42194 --ignore 42050 --ignore 44715 --ignore 48547
  
  safety --help
+
  [[safety --help]]
Usage: safety [OPTIONS] COMMAND [ARGS]...
 
 
  Safety checks Python dependencies for known security vulnerabilities and
 
  suggests the proper remediations for vulnerabilities detected. Safety can be
 
  run on developer machines, in CI/CD pipelines and on production systems.
 
 
Options:
 
  --debug / --no-debug
 
  --disable-optional-telemetry-data
 
                                  NOTE: This argument is mutually exclusive
 
                                  with  arguments: [telemetry, disable-
 
                                  telemetry].
 
  --version                      Show the version and exit.
 
  --help                          Show this message and exit.
 
 
Commands:
 
  check    Find vulnerabilities in Python dependencies at the target...
 
  generate  Create a boilerplate supported file type.
 
  license  Find the open source licenses used by your Python dependencies.
 
  review    Show an output from a previous exported JSON report.
 
  validate  Verify the validity of a supported file type.
 
 
  
 
== Related ==
 
== Related ==
* [[oauthlib]]
+
* <code>[[oauthlib]]</code>
 +
* <code>[[joblib]]</code>
 +
* <code>[[requirements.txt]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 06:11, 5 October 2022

safety check --ignore 42194 --ignore 42050 --ignore 44715 --ignore 48547
safety --help

Related[edit]

See also[edit]

Advertising: