baseline not working
Is your feature request related to a problem? Please describe. The baseline file generated by bandit uses relative paths as it should. This way the code can be moved to another location. However bandit takes these paths relative to the current working folder. Bandit can therefore only be executed in the folder that it was in when the baseline was generated. This is very confusing. Using the baseline must be possible from any folder.
Describe the solution you'd like The baseline file must work when bandit is executed from any folder.
Describe alternatives you've considered This can be accomplished by taking the paths in the baseline relative to the folder holding the baseline in stead of the current working folder.
Additional context bandit 1.7.0 python version = 3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 09:44:33) [MSC v.1900 32 bit (Intel)]