Commit bf52282
authored
fix(python): add --quiet flag to pip report command (guacsec#430)
## Summary
- Adds `--quiet` flag to the `pip install --dry-run --report` command in
`PythonPyprojectProvider` to suppress progress messages (e.g.
`Processing /path/...`) from contaminating the JSON report on stdout
- Aligns with the JS client counterpart which already uses `--quiet`
(`trustify-da-javascript-client/src/providers/python_pip_pyproject.js`)
Implements [TC-4164](https://redhat.atlassian.net/browse/TC-4164)
## Test plan
- [x] All existing Python provider tests pass
- [ ] CI integration test `python-3.12-pyproject` passes on all
platforms
🤖 Generated with [Claude Code](https://claude.com/claude-code)
[TC-4164]:
https://redhat.atlassian.net/browse/TC-4164?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ1 parent a4069a3 commit bf52282
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
157 | 159 | | |
158 | 160 | | |
159 | 161 | | |
| |||
0 commit comments