Commit 17617ed
David Apirian
Update bandit to read output from a tmp file (#329)
Occasionally bandit prints a mix of json and progress update text to
stdout, which screws up our ability to parse the json, for example:
```
Working... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:01
{
"errors": [],
"generated_at": "2023-06-23T12:48:22Z",
"metrics": {
"_totals": {
...
```
Using `--output` gets around this problem1 parent 6cb4c4d commit 17617ed
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments