Skip to content

Bump cryptography from 43.0.1 to 43.0.3 #348

Bump cryptography from 43.0.1 to 43.0.3

Bump cryptography from 43.0.1 to 43.0.3 #348

Workflow file for this run

name: Static code analysis
on: push
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- run: |
python -m pip install --upgrade pip
python -m pip install flake8 flake8-import-order flake8-blind-except flake8-builtins
- run: flake8 --max-line-length=120 --import-order-style=pycharm --statistics --application-import-names door
cfn-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: scottbrenner/cfn-lint-action@v2
with:
command: cfn-lint --info --ignore-checks W3002 --template **/cloudformation.yaml