From 0505f3f0f6063bb282da3d10a0dfd1949a3c6384 Mon Sep 17 00:00:00 2001 From: Olivier Ramonat Date: Mon, 16 Jan 2023 14:40:13 +0100 Subject: [PATCH] Replace safety by pip-audit pip-audit outputs up-to-date vulnerability which is not the case for safety when using the free version Fix #548 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 7848b6c1..daba30ba 100644 --- a/tox.ini +++ b/tox.ini @@ -42,10 +42,10 @@ commands= # environment variable. Don't check for that. deps = bandit - safety + pip-audit commands = bandit -r e3 -ll -ii -s B102,B108,B301,B303,B506 - safety check --full-report + pip-audit --desc on --skip-editable [testenv:docs] deps =