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
{{ message }}
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
Instead of scanning the whole repo every time, we should just check the changed files, like pre-commit and many other tools do. We are mostly fine all the time except for tools like bandit, which are quite expensive to run over big codebases.
We can also try to cache some resources for tools that support it
The text was updated successfully, but these errors were encountered:
Instead of scanning the whole repo every time, we should just check the changed files, like
pre-commit
and many other tools do. We are mostly fine all the time except for tools likebandit
, which are quite expensive to run over big codebases.We can also try to cache some resources for tools that support it
The text was updated successfully, but these errors were encountered: