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 040d24b commit e033b7dCopy full SHA for e033b7d
1 file changed
.github/workflows/bandit.yaml
@@ -19,16 +19,6 @@ jobs:
19
python-version: ["3.12"]
20
21
steps:
22
- - name: Checkout repository
23
- uses: actions/checkout@v5
24
- with:
25
- persist-credentials: false
26
-
27
- - name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v6
29
30
- python-version: ${{ matrix.python-version }}
31
32
- name: Run Bandit Scan
33
uses: PyCQA/bandit-action@v1
34
with:
0 commit comments