Skip to content

Commit

Permalink
Update Bandit and Bumper configurations
Browse files Browse the repository at this point in the history
Cleanup

Signed-off-by: Steven K <[email protected]>
  • Loading branch information
rh0dium committed Dec 28, 2023
1 parent ae5261d commit 577540f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install hatch
pip install .
pip install .[test]
Expand Down Expand Up @@ -91,7 +90,7 @@ jobs:
pip install .[test]
- name: Bandit
run: bandit -c pyproject.toml -f json -o report.json .
run: bandit -c pyproject.toml -r -f json -o report.json .

- name: Show report
if: ${{ success() || failure() }}
Expand Down Expand Up @@ -163,8 +162,7 @@ jobs:
retention-days: 1

- name: Django Check
run: |
python demo_app/manage.py check
run: python demo_app/manage.py check

coverage:
name: Upload Coverage to Codecov
Expand Down Expand Up @@ -221,7 +219,6 @@ jobs:
id: release
env:
PYTHONWARNINGS: once::DeprecationWarning
TASK_ALWAYS_EAGER: 1
GITHUB_TOKEN: ${{ secrets.ORGANIZATIONAL_REPO_TOKEN }}
run: |
bumper -P
Expand Down

0 comments on commit 577540f

Please sign in to comment.