Skip to content

Commit 74692d1

Browse files
tune down pre-ccommit + fmt
1 parent 138a764 commit 74692d1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+144
-154
lines changed

.github/git-chglog/CHANGELOG.tpl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
{{ end }}
2626
{{ end -}}
2727
{{ end -}}
28-
{{ end -}}
28+
{{ end -}}

.github/git-chglog/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ options:
2929
- Subject
3030
notes:
3131
keywords:
32-
- BREAKING CHANGE
32+
- BREAKING CHANGE

.pre-commit-config.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-merge-conflict
66
- id: end-of-file-fixer
@@ -11,22 +11,22 @@ repos:
1111
rev: v1.86.0
1212
hooks:
1313
- id: terraform_fmt
14-
- id: terraform_docs
15-
args:
16-
- '--args=--sort-by required'
17-
- id: terraform_tflint
18-
args:
19-
- '--args=--only=terraform_deprecated_interpolation'
20-
- '--args=--only=terraform_deprecated_index'
21-
- '--args=--only=terraform_unused_declarations'
22-
- '--args=--only=terraform_comment_syntax'
23-
- '--args=--only=terraform_documented_outputs'
24-
- '--args=--only=terraform_documented_variables'
25-
- '--args=--only=terraform_typed_variables'
26-
- '--args=--only=terraform_module_pinned_source'
27-
- '--args=--only=terraform_naming_convention'
28-
- '--args=--only=terraform_required_version'
29-
- '--args=--only=terraform_required_providers'
30-
- '--args=--only=terraform_standard_module_structure'
31-
- '--args=--only=terraform_workspace_remote'
32-
- id: terrascan
14+
# - id: terraform_docs
15+
# args:
16+
# - '--args=--sort-by required'
17+
# - id: terraform_tflint
18+
# args:
19+
# - '--args=--only=terraform_deprecated_interpolation'
20+
# - '--args=--only=terraform_deprecated_index'
21+
# - '--args=--only=terraform_unused_declarations'
22+
# - '--args=--only=terraform_comment_syntax'
23+
# - '--args=--only=terraform_documented_outputs'
24+
# - '--args=--only=terraform_documented_variables'
25+
# - '--args=--only=terraform_typed_variables'
26+
# - '--args=--only=terraform_module_pinned_source'
27+
# - '--args=--only=terraform_naming_convention'
28+
# - '--args=--only=terraform_required_version'
29+
# - '--args=--only=terraform_required_providers'
30+
# - '--args=--only=terraform_standard_module_structure'
31+
# - '--args=--only=terraform_workspace_remote'
32+
# - id: terrascan

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@ It's recommended to use an .envrc file to keep environment variables under contr
3232
## Release
3333

3434
- push a new tag and the Github Action will draft a release (with notes)
35-
36-

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,3 @@ Module is maintained and supported by [Sysdig](https://sysdig.com).
9696
## License
9797

9898
Apache 2 Licensed. See LICENSE for full details.
99-
100-

modules/agentless-scan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GCP Agentless Scanning Module
22

3-
This Module creates the resources required to scan hosts on Google Cloud Projects. Before applying the changes defined
3+
This Module creates the resources required to scan hosts on Google Cloud Projects. Before applying the changes defined
44
in this module, the following operations need to be performed on the target GCP environment:
55

66
- The APIs needed for the VM feature are listed below:

modules/agentless-scan/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ output "agentless_scan_component_id" {
22
value = "${sysdig_secure_cloud_auth_account_component.gcp_agentless_scan.type}/${sysdig_secure_cloud_auth_account_component.gcp_agentless_scan.instance}"
33
description = "Component identifier of Agentless Scan integration created in Sysdig Backend for VM"
44
depends_on = [sysdig_secure_cloud_auth_account_component.gcp_agentless_scan]
5-
}
5+
}

modules/agentless-scan/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ terraform {
1515
version = ">= 3.1"
1616
}
1717
}
18-
}
18+
}

modules/config-posture/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ Module is maintained by [Sysdig](https://sysdig.com).
7676

7777
## License
7878

79-
Apache 2 Licensed. See LICENSE for full details.
79+
Apache 2 Licensed. See LICENSE for full details.

modules/config-posture/organizational.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ resource "google_organization_iam_member" "cspm" {
2121
org_id = data.google_organization.org[0].org_id
2222
role = each.key
2323
member = "serviceAccount:${google_service_account.posture_auth.email}"
24-
}
24+
}

0 commit comments

Comments
 (0)