Commit d09461f
fix: Configure Bandit to use pyproject.toml in CI
The pyproject.toml already has B404 (subprocess import) in the skips
list, but the GitHub Actions workflow wasn't using the config file.
Added -c pyproject.toml flag to the bandit command.
This resolves the B404 warning which is a low-severity issue about
importing the subprocess module. The import is safe and necessary for
managing OpenClaw CLI subprocess lifecycle.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 7f75107 commit d09461f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments