Skip to content

Commit 4838ca8

Browse files
fix bandit config
Signed-off-by: Barabanov <[email protected]>
1 parent 63f5966 commit 4838ca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ jobs:
8181
scan-scope: "changed"
8282
severity-level: "LOW"
8383
confidence-level: "LOW"
84-
config_file: ".github/bandit_config.yml"
84+
config_file: "src/python/pyproject.toml"
8585
fail-on-findings: true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repos:
6262
args:
6363
[
6464
"-c",
65-
"pyproject.toml",
65+
"src/python/pyproject.toml",
6666
"--severity-level",
6767
"all",
6868
"--confidence-level",

0 commit comments

Comments
 (0)