From 1580c9e8c8b6c6042eb7458b0d394f3be34a846c Mon Sep 17 00:00:00 2001 From: gberenice <30597968+gberenice@users.noreply.github.com> Date: Wed, 1 Jan 2025 08:07:15 +0000 Subject: [PATCH] chore: Upgrade trunk to 1.22.8 --- .trunk/trunk.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index eca5482..bf60e5b 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -2,17 +2,17 @@ # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml version: 0.1 cli: - version: 1.22.7 + version: 1.22.8 # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) plugins: sources: - id: trunk - ref: v1.6.4 + ref: v1.6.6 uri: https://github.com/trunk-io/plugins # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) runtimes: enabled: - - node@18.12.1 + - node@18.20.5 - python@3.10.8 # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) lint: @@ -20,15 +20,15 @@ lint: # Incompatible with some Terraform features: https://github.com/tenable/terrascan/issues/1331 - terrascan enabled: - - tofu@1.8.4 - - actionlint@1.7.3 - - checkov@3.2.276 + - tofu@1.8.8 + - actionlint@1.7.5 + - checkov@3.2.345 - git-diff-check - - markdownlint@0.42.0 - - prettier@3.3.3 - - tflint@0.53.0 - - trivy@0.56.2 - - trufflehog@3.83.1 + - markdownlint@0.43.0 + - prettier@3.4.2 + - tflint@0.54.0 + - trivy@0.58.1 + - trufflehog@3.88.0 - yamllint@1.35.1 ignore: - linters: [tofu]