From 577540fa44801220c46689175fae8537c6eaf143 Mon Sep 17 00:00:00 2001 From: Steven K Date: Thu, 28 Dec 2023 16:06:12 -0700 Subject: [PATCH] Update Bandit and Bumper configurations Cleanup Signed-off-by: Steven K --- .github/workflows/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79dec0b..341fa97 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install hatch pip install . pip install .[test] @@ -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() }} @@ -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 @@ -221,7 +219,6 @@ jobs: id: release env: PYTHONWARNINGS: once::DeprecationWarning - TASK_ALWAYS_EAGER: 1 GITHUB_TOKEN: ${{ secrets.ORGANIZATIONAL_REPO_TOKEN }} run: | bumper -P