diff --git a/.github/workflows/security_scans.yml b/.github/workflows/security_scans.yml
deleted file mode 100644
index d5b2df0..0000000
--- a/.github/workflows/security_scans.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-name: Security Scans
-
-on:
- push:
- branches:
- - develop
- - main
- paths-ignore:
- - 'README.md'
- - 'LICENSE'
- - '.gitignore'
- - '**.md'
- pull_request:
- paths-ignore:
- - 'README.md'
- - 'LICENSE'
- - '.gitignore'
- - '**.md'
-
-jobs:
- scans:
- name: Security Scans
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
-
- - name: Checkov Scan
- id: checkov
- uses: bridgecrewio/checkov-action@master
- with:
- directory: "."
- framework: terraform # optional: run only on a specific infrastructure {cloudformation,terraform,kubernetes,all}
- output_format: json # optional: the output format, one of: cli, json, junitxml, github_failed_only
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f971f4d..fb589da 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,24 +1,24 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
- rev: v1.76.0
+ rev: v1.77.1
hooks:
- id: terraform_fmt
- id: terraform_tflint
args:
- - '--args=--only=terraform_deprecated_interpolation'
- - '--args=--only=terraform_deprecated_index'
- - '--args=--only=terraform_unused_declarations'
- - '--args=--only=terraform_comment_syntax'
- - '--args=--only=terraform_documented_outputs'
- - '--args=--only=terraform_documented_variables'
- - '--args=--only=terraform_typed_variables'
- - '--args=--only=terraform_naming_convention'
- - '--args=--only=terraform_required_providers'
- - '--args=--only=terraform_standard_module_structure'
- - '--args=--only=terraform_workspace_remote'
+ - "--args=--only=terraform_deprecated_interpolation"
+ - "--args=--only=terraform_deprecated_index"
+ - "--args=--only=terraform_unused_declarations"
+ - "--args=--only=terraform_comment_syntax"
+ - "--args=--only=terraform_documented_outputs"
+ - "--args=--only=terraform_documented_variables"
+ - "--args=--only=terraform_typed_variables"
+ - "--args=--only=terraform_naming_convention"
+ - "--args=--only=terraform_required_providers"
+ - "--args=--only=terraform_standard_module_structure"
+ - "--args=--only=terraform_workspace_remote"
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.3.0
+ rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -30,8 +30,18 @@ repos:
- id: requirements-txt-fixer
- repo: https://github.com/bridgecrewio/checkov.git
- rev: '2.1.280'
+ rev: "2.1.280"
hooks:
- - id: checkov
- verbose: true
- args: [-d, '.', --framework, 'terraform', --skip-check, 'CKV2_AWS_5,CKV_AWS_134', --download-external-modules, 'True']
+ - id: checkov
+ verbose: true
+ args:
+ [
+ -d,
+ ".",
+ --framework,
+ "terraform",
+ --skip-check,
+ "CKV2_AWS_5,CKV_AWS_134",
+ --download-external-modules,
+ "True",
+ ]
diff --git a/README.md b/README.md
index abdbbde..cfa9b2e 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@
-
-
+
+