Skip to content

Commit

Permalink
Fixed CI/CD dependency for bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chelsea486MHz committed May 12, 2024
1 parent 1bab77b commit 35bf09d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
python-version: 3.12
architecture: x64

- name: Static security analysis
run: bandit -c pyproject.toml -r src

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel build bandit flake8
- name: Static security analysis
run: bandit -c pyproject.toml -r src

- name: Build package
run: python -m build

0 comments on commit 35bf09d

Please sign in to comment.