feat(CIS): Compliance for CIS AWS 1.4 and 1.5 (#1509)

This commit is contained in:
Toni de la Fuente
2022-11-21 11:30:21 +01:00
committed by GitHub
parent 52a3e990c6
commit 25d92ca4b0
4 changed files with 2604 additions and 2 deletions

View File

@@ -11,8 +11,7 @@ repos:
- id: trailing-whitespace
- id: no-commit-to-branch
- id: pretty-format-json
args: ['--autofix']
exclude: .metadata.json
args: ['--autofix', --no-sort-keys, --no-ensure-ascii]
## BASH
- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.8.0