You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bandit-baseline command currently only supports checking against the first parent commit, this doesn't allow testing an entire branch / pull request in a CI build.
Solution: a new argument that allows specifying the base commit could be added.
The
bandit-baselinecommand currently only supports checking against the first parent commit, this doesn't allow testing an entire branch / pull request in a CI build.Solution: a new argument that allows specifying the base commit could be added.