We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fad0a0 commit 8f46df6Copy full SHA for 8f46df6
.github/workflows/security.yaml
@@ -95,6 +95,7 @@ jobs:
95
uses: PyCQA/bandit-action@v1
96
with:
97
targets: "."
98
+ configFile: "pyproject.toml"
99
100
- name: Upload SARIF results to Security tab
101
if: github.ref == 'refs/heads/main'
0 commit comments