feat(compliance): Add 17 new security compliance frameworks for AWS (#1824)

Co-authored-by: sergargar <sergargar@users.noreply.github.com>
This commit is contained in:
Pedro Martín González
2023-02-09 07:39:57 +01:00
committed by GitHub
parent 5b9db9795d
commit 9df7def14e
30 changed files with 17096 additions and 133 deletions

View File

@@ -1,7 +1,7 @@
repos:
## GENERAL
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-merge-conflict
- id: check-yaml
@@ -15,12 +15,12 @@ repos:
## BASH
- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.8.0
rev: v0.9.0
hooks:
- id: shellcheck
## PYTHON
- repo: https://github.com/myint/autoflake
rev: v1.7.7
rev: v2.0.1
hooks:
- id: autoflake
args:
@@ -31,18 +31,18 @@ repos:
]
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
exclude: contrib
@@ -54,7 +54,7 @@ repos:
- id: check-pipfile-lock
- repo: https://github.com/hadolint/hadolint
rev: v2.12.0
rev: v2.12.1-beta
hooks:
- id: hadolint
args: ["--ignore=DL3013"]