Skip to content

Commit 94a7483

Browse files
committed
Updating pre-commit
1 parent 84c90ee commit 94a7483

File tree

10 files changed

+2
-90
lines changed

10 files changed

+2
-90
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ repos:
3636
args:
3737
- --args=--config-file=__GIT_WORKING_DIR__/.tfsec.yaml
3838
- --args=--concise-output
39+
- id: terraform_checkov

examples/basic/.header.md

Whitespace-only changes.

examples/basic/README.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

examples/basic/main.tf

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basic/outputs.tf

Whitespace-only changes.

examples/basic/providers.tf

Lines changed: 0 additions & 21 deletions
This file was deleted.

examples/basic/variables.tf

Whitespace-only changes.

providers.tf

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/examples_basic_test.go

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ locals {
4747
)
4848

4949
argocd_apps = {
50-
addons = file("${path.module}/bootstrap/addons.yaml")
50+
addons = file("${path.module}/bootstrap/addons.yaml")
5151
workloads = file("${path.module}/bootstrap/workloads.yaml")
5252
}
5353

0 commit comments

Comments
 (0)