Skip to content

Update EUC module functionality to use new state machine to give option to run against specific accounts or all accounts #633

Update EUC module functionality to use new state machine to give option to run against specific accounts or all accounts

Update EUC module functionality to use new state machine to give option to run against specific accounts or all accounts #633

Workflow file for this run

name: Python Quality Check
on:
pull_request:
branches:
- '*'
jobs:
pylint-scan:
runs-on: ubuntu-latest
steps:
- name: Git clone the repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install packages
run: |
pip install cfn-flip pylint urllib3 boto3 bandit
- name: Pylint all
run: |
python utils/pylint.py