Skip to content

Commit 8f46df6

Browse files
committed
Exclude tests in bandit scan
1 parent 9fad0a0 commit 8f46df6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/security.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
uses: PyCQA/bandit-action@v1
9696
with:
9797
targets: "."
98+
configFile: "pyproject.toml"
9899

99100
- name: Upload SARIF results to Security tab
100101
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)