-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency safety to v3 #210
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #210 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 312 312
Branches 23 23
=========================================
Hits 312 312 ☔ View full report in Codecov by Sentry. |
449afe1
to
9eee256
Compare
9eee256
to
629f9f3
Compare
629f9f3
to
2649b45
Compare
2649b45
to
79e47dc
Compare
fa15b89
to
ea6f363
Compare
ea6f363
to
310fbd1
Compare
310fbd1
to
0420283
Compare
0420283
to
a76901a
Compare
a76901a
to
b9597ee
Compare
b9597ee
to
eca3f76
Compare
50b19c9
to
96c5742
Compare
|
96c5742
to
fbb7461
Compare
83f9593
to
c776009
Compare
c776009
to
d2b30cb
Compare
This PR contains the following updates:
==2.3.5
->==3.2.14
Release Notes
pyupio/safety (safety)
v3.2.14
Compare Source
v3.2.13
Compare Source
v3.2.12
Compare Source
v3.2.11
Compare Source
v3.2.10
Compare Source
v3.2.9
Compare Source
4149b70
)61b2fe2
)be42d8e
)5ec80dd
)0591838
)04d7efb
)07bc5b7
)78109e5
)cc49542
)v3.2.8
Compare Source
v3.2.7
Compare Source
v3.2.6
Compare Source
v3.2.5
Compare Source
v3.2.4
Compare Source
get_from_cache=None
and ensure directory exists (#538)install_requires
(#538)v3.2.3
Compare Source
v3.2.2
Compare Source
v3.2.1
Compare Source
v3.2.0
Compare Source
v3.1.0
Compare Source
v3.0.1
Compare Source
v3.0.0
Compare Source
Safety 3.0.0 major version release!
Main updates
check
command, including automatic Python project scanning, native support for Poetry and Pipenv files, Python virtual environment folders, and more granular configuration options.safety check
. To migrate a Safety 2.x policy, see Migrating from Safety 2.x to Safety CLI 3.New scan command:
safety check
with a more powerful and easier to use command. The scan command:report
field.Other new commands:
safety check
command can still be used with the API key --key argument, and scan and system-scan commands should also beNew policy file schema for scan and system-scan commands
Adds scanning-settings root property, which contains settings to configure rules and settings for how safety traverses the directory and subdirectories being scanned, including “exclude” rules, “include” rules, the max directory depth to scan and which root directories safety system-scan should start from.
safety check
command still supports and relies on the policy schema from safety 2.3.5 and below, meaning no changes are required when migrating to safety 2.x to Safety 3.0.0 when only using thesafety check
command.New global options and configurations
scan
andsystem-scan
commands.Other
safety check
command, since this is now replaced bysafety scan
, a more comprehensive scanning command. The check command will continue receiving maintenance support until June 2024.safety alert
command, which works in tandem with thesafety check
command. Safety alert functionality is replaced by Safety Platform. The alert command will continue receiving maintenance support until June 2024.safety validate
will assume 3.0 policy file version by default.Small updates/ bug fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.