bento
bento copied to clipboard
[DEPRECATED] Find Python web-app bugs delightfully fast, without changing your workflow. 🍱
On Debian, if python3-venv is not installed, bento init will fail and then subsequent runs will not work until `--init clean` is called. It would be preferable to check for...
## Overview Bento described N archived findings, even if the archive contains 0. ## Current Behavior ``` > git commit -am "foo" ... ◦ Not showing 4 archived finding(s). To...
Just a note that came up on a call. I think there's some confusing behavior where - `bento init` gitignores `.bento/**` globally - `bento archive` creates `.bento/archive.json` and suggests pushing...
## Overview The Bandit check `import_xml-etree` contains a `_` instead of a `-`. ## Steps to Reproduce 1. `$ bento init` 2. `cat .bento/config.yml` ## Possible Solution The is present...
As a user newly adding bento to a repo, I wanted to enable all the available tools to first see what it can offer and then cut down what I...
## Overview Ran `bento check` with a corrupted cache. Bento fails to parse the cache and hard fails, telling me to run `bento init --clean` which addresses a different problem....
> It would be great if Bento had some checks to measure code quality, for example: > > - Cognitive Complexity > - Cyclomatic Complexity > - Anything that could...
Make a commit that deletes files only. Git commit it with bento autorun enabled: ``` git commit -am "comment ifelse for platform run" Running Bento checks on staged files... ⚠...
Surprising exception occurred while running bento archive On bento bento/0.9.1 ``` ine@imbp4 ~/D/r/s/scripts (ie/refactor-sgrep-py) [1]> git diff diff --git a/scripts/sgrep-lint/evaluation.py b/scripts/sgrep-lint/evaluation.py index cbc8b46..da54182 100644 --- a/scripts/sgrep-lint/evaluation.py +++ b/scripts/sgrep-lint/evaluation.py ... ```...
The current process involves just manually triggering one successful run of the action and then checking if it crashed at https://github.com/returntocorp/bento-action/pull/1 We should test a lot more cases: various checks,...