Skip to content

Commit 1c033c0

Browse files
Copilothyp3ri0n-ng
andcommitted
Address code review feedback: fix bandit paths and workflow configuration
Co-authored-by: hyp3ri0n-ng <3106718+hyp3ri0n-ng@users.noreply.github.com>
1 parent ba9726d commit 1c033c0

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.bandit

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
exclude_dirs:
2-
- /test/
3-
- /docs/
4-
- /.venv/
5-
- /venv/
6-
- /.pytest_cache/
7-
- /.mypy_cache/
8-
- /build/
9-
- /dist/
2+
- test/
3+
- docs/
4+
- .venv/
5+
- venv/
6+
- .pytest_cache/
7+
- .mypy_cache/
8+
- build/
9+
- dist/

.github/workflows/auto-sec-scan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232

3333
- name: Run Bandit Security Scan
3434
run: poetry run bandit -r cdp/ generator/ -ll -f txt
35-
continue-on-error: true
3635

3736
- name: Run CodeQL Scan
3837
uses: github/codeql-action/init@main

0 commit comments

Comments
 (0)