diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index c6513ce..78e9566 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -2,12 +2,12 @@ # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml version: 0.1 cli: - version: 1.22.4 + version: 1.22.6 # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) plugins: sources: - id: trunk - ref: v1.6.2 + ref: v1.6.3 uri: https://github.com/trunk-io/plugins # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) runtimes: @@ -20,15 +20,15 @@ lint: # Incompatible with some Terraform features: https://github.com/tenable/terrascan/issues/1331 - terrascan enabled: - - tofu@1.8.1 - - actionlint@1.7.1 - - checkov@3.2.239 + - tofu@1.8.2 + - actionlint@1.7.3 + - checkov@3.2.255 - git-diff-check - - markdownlint@0.41.0 + - markdownlint@0.42.0 - prettier@3.3.3 - tflint@0.53.0 - - trivy@0.54.1 - - trufflehog@3.81.10 + - trivy@0.55.2 + - trufflehog@3.82.6 - yamllint@1.35.1 ignore: - linters: [tofu]