Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 27 additions & 27 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
- name: Run flake8 on python${{ matrix.python-version }}
run: python -m tox -e flake8

markdownlint:
name: Markdownlint
runs-on: ubuntu-latest
# markdownlint:
# name: Markdownlint
# runs-on: ubuntu-latest

steps:
- name: Check out repo
uses: actions/checkout@v2
# steps:
# - name: Check out repo
# uses: actions/checkout@v2

- name: Run markdownlint
uses: containerbuildsystem/actions/markdownlint@master
# - name: Run markdownlint
# uses: containerbuildsystem/actions/markdownlint@master

pylint:
name: Pylint analyzer for Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -91,22 +91,22 @@ jobs:
# - name: Run mypy on python${{ matrix.python-version }}
# run: python -m tox -e mypy

bandit:
name: Bandit analyzer for Python ${{ matrix.python-version }}
runs-on: ubuntu-latest

strategy:
matrix:
python-version: [ "3.8" ]

steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools tox

- name: Run bandit analyzer on python${{ matrix.python-version }}
run: python -m tox -e bandit
# bandit:
# name: Bandit analyzer for Python ${{ matrix.python-version }}
# runs-on: ubuntu-latest

# strategy:
# matrix:
# python-version: [ "3.8" ]

# steps:
# - uses: actions/checkout@v1
# - uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python-version }}
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip setuptools tox

# - name: Run bandit analyzer on python${{ matrix.python-version }}
# run: python -m tox -e bandit
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pytest-cov
pytest-html
flake8
requests-mock
moto==3.0.2.dev12
moto==3.0.7
python-gnupg==0.5.0