diff --git a/.github/workflows/bandit.yaml b/.github/workflows/bandit.yaml index fee1f837..905d04d3 100644 --- a/.github/workflows/bandit.yaml +++ b/.github/workflows/bandit.yaml @@ -1,7 +1,7 @@ on: [ push, pull_request ] name: Bandit security checkup jobs: - flake8: + bandit: runs-on: ubuntu-latest container: image: archlinux/archlinux:latest diff --git a/.github/workflows/flake8.yaml b/.github/workflows/flake8.yaml index ffb9e2f2..583eba8a 100644 --- a/.github/workflows/flake8.yaml +++ b/.github/workflows/flake8.yaml @@ -14,7 +14,7 @@ jobs: pacman --noconfirm -Syyu pacman --noconfirm -Sy python-pip python-pyparted python-simple-term-menu pkgconfig gcc - run: pip install --break-system-packages --upgrade pip - # this will install the exact version of mypy that is in the pyproject.toml file + # this will install the exact version of flake8 that is in the pyproject.toml file - name: Install archinstall dependencies run: pip install --break-system-packages .[dev] - run: python --version