pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.7k stars 143 forks source link

Add environment variable for ignoring some checks #323

Closed EugeniuZ closed 3 years ago

EugeniuZ commented 3 years ago

Description

It would be handy to be able to disable globally some checks. My use case: I have a Bamboo server that runs the safety checks on multiple projects. Whenever there is a check I want to ignore I have to add the exception to each project (with -i <number>). It would be handy to define an environment variable so i can disable the check for particular vulnerabilities globally for all projects.

harlekeyn commented 3 years ago

Added to our wish list. Thanks, @EugeniuZ