Jannis Gebauer
Jannis Gebauer
> If I'm not wrong, the issue here is that the bot pushes to the created branch after every commit. If all commits were done first, and then the branch...
There has been a lot of discussion during the beta if packages that have a `>=` range should be pinned. This came up recently again and I think it should...
I followed the getting started docs, but when running `python manage.py init_customers`, I'm getting: `````` Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 353,...
Safety already works with the currently active virtual environment, but it would be nice to to run: ``` safety check -r Pipfile ``` or ``` safety check -r Pipfile.lock ```...
When running Safety in a cron job it might make sense to add an email address which could be used to mail a report if something is vulnerable. Ideas?