Skip to content

Commit

Permalink
Merge pull request #18 from synapsestudios/disable-db-creation
Browse files Browse the repository at this point in the history
Adds a disable_db variable
  • Loading branch information
spruce-bruce committed May 4, 2022
2 parents 463769a + c14becd commit 7ed55ee
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 96 deletions.
15 changes: 2 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
repos:
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.31.0 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.70.1 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
hooks:
- id: terraform_fmt
- id: terraform_tflint
args:
- 'args=--deep'
- 'args=--enable-rule=terraform_documented_variables'
- id: terraform_docs
args:
- '--args=--sort-inputs-by-required'

- repo: git://github.com/awslabs/git-secrets
rev: master
hooks:
- id: git-secrets
name: Git Secrets
description: git-secrets scans commits, commit messages, and --no-ff merges to prevent adding secrets into your git repositories.
entry: 'git-secrets --scan'
language: script

0 comments on commit 7ed55ee

Please sign in to comment.