Update dependency safety to v2 - autoclosed
Compare changes
+ 1
− 1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
safety | dev-dependencies | major |
^1.9.0 -> ^2.0.0
|
v2.3.5
v2.3.4
v2.3.3
v2.3.2
SAFETY_PURE_YAML
env var, used for cases that require pure Python in the YAML parser.v2.3.1
safety.alerts
module to setup.cfgv2.3.0
safety alert
subcommand.v2.2.1
v2.2.0
v2.1.1
v2.1.0
--disable-audit-and-monitor
is not set--disable-audit-and-monitor
flag can be set to disable sending a scan's result to pyup.io--project
flag can be set to manually specify a project to associate these scans with. By default, it'll autodetect based on the current folder and git.v2.0.0
###New command line flags:
--output
flag replaces --bare
, --text
, --screen
, and --json
flags. In this new release, examples would be: --output json
or --output bare
.--continue-on-error
flag suppresses non-zero exit codes to force pass CI/CD checks, if required.--debug
flag allows for a more detailed output.--disable-telemetry
flag has been added to disable telemetry data--policy-file
flag to include a local security policy file. This file (called .safety-policy.yml
, found in either the root directory where Safety is being run or in a custom location) is based on YAML 1.2 and allows for:
check
/license
/review
), and the Safety options used (without their values). Users can disable this functionality by adding the --disable-telemetry
flag.This MR has been generated by Renovate Bot.