tflint-ruleset-opa
tflint-ruleset-opa copied to clipboard
Experimental: TFLint ruleset plugin for writing custom rules in Rego.
You have to write policies with many patterns in mind to cover all cases. For example: - Unknown values - Unknown values in the `count` meta-argument - Unknown values in...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.66.0 to 0.67.1. Release notes Sourced from github.com/open-policy-agent/opa's releases. v0.67.1 This is a bug fix release addressing the following issue: util+server: Fix bug around chunked request handling...
Bumps [github.com/terraform-linters/tflint-plugin-sdk](https://github.com/terraform-linters/tflint-plugin-sdk) from 0.20.0 to 0.21.0. Release notes Sourced from github.com/terraform-linters/tflint-plugin-sdk's releases. v0.21.0 0.21.0 (2024-07-29) Enhancements #337: helper: Add support sensitive variables in TestRunner Chores #324: Bump github.com/hashicorp/go-plugin from 1.6.0...
Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.14.4 to 1.15.0. Changelog Sourced from github.com/zclconf/go-cty's changelog. 1.15.0 (July 15, 2024) function/stdlib: The element function now accepts negative indices, extending the illusion of an infinitely-long list...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.64.1 Dependencies Update x/net/http2 to address CVE-2023-45288 (#7352) metadata: remove String method from MD to make printing...
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.21.0 to 2.22.0. Release notes Sourced from github.com/hashicorp/hcl/v2's releases. v2.22.0 Enhancements feat: return an ExprSyntaxError for invalid references that end in a dot (#692) Changelog Sourced from...
The OPA ruleset is developed as a plugin for TFLint, so some features have developer experience issues. For example: - Creating the policy directory must be done manually with `mkdir...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.8.1 to 3.8.2. Release notes Sourced from sigstore/cosign-installer's releases. v3.8.2 What's Changed install cosign v2 from main in sigstore/cosign-installer#186 Full Changelog: https://github.com/sigstore/cosign-installer/compare/v3...v3.8.2 Commits 3454372 install cosign v2...
# Motivation At work, we are using rego for validating our terraform code. Our approach is: 1. Use tflint + the opa plugin for validating the HCL code with rego...
Bumps [github.com/terraform-linters/tflint-plugin-sdk](https://github.com/terraform-linters/tflint-plugin-sdk) from 0.22.0 to 0.23.1. Release notes Sourced from github.com/terraform-linters/tflint-plugin-sdk's releases. v0.23.1 What's Changed Bug Fixes fix: support array-based JSON syntax in WalkExpressions by @bendrucker in terraform-linters/tflint-plugin-sdk#422 Chores Bump...