feat(iam): Check inline policies in IAM Users, Groups & Roles for admin priv's (#2750)

Co-authored-by: Gerard Ocampo <gerard.ocampo@zelis.com>
Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
gerardocampo
2023-08-23 02:29:13 -04:00
committed by GitHub
parent 590a5669d6
commit e5d2c0c700
7 changed files with 983 additions and 22 deletions

View File

@@ -15,7 +15,7 @@ repos:
## TOML
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.7.0
rev: v2.10.0
hooks:
- id: pretty-format-toml
args: [--autofix]
@@ -28,7 +28,7 @@ repos:
- id: shellcheck
## PYTHON
- repo: https://github.com/myint/autoflake
rev: v2.0.1
rev: v2.2.0
hooks:
- id: autoflake
args:
@@ -45,19 +45,19 @@ repos:
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
exclude: contrib
args: ["--ignore=E266,W503,E203,E501,W605"]
- repo: https://github.com/python-poetry/poetry
rev: 1.5.1 # add version here
rev: 1.6.0 # add version here
hooks:
- id: poetry-check
- id: poetry-lock