From 9c5982aa41292cb38a214566d6e679a3dae80d71 Mon Sep 17 00:00:00 2001 From: gberenice <30597968+gberenice@users.noreply.github.com> Date: Thu, 1 May 2025 08:08:07 +0000 Subject: [PATCH] chore: Upgrade trunk to 1.22.15 --- .trunk/trunk.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index a307378..2fb5eb6 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.11 + version: 1.22.15 # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) plugins: sources: - id: trunk - ref: v1.6.7 + ref: v1.6.8 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.9.0 + - tofu@1.9.1 - actionlint@1.7.7 - - checkov@3.2.394 + - checkov@3.2.413 - git-diff-check - markdownlint@0.44.0 - prettier@3.5.3 - tflint@0.56.0 - - trivy@0.61.0 - - trufflehog@3.88.20 + - trivy@0.61.1 + - trufflehog@3.88.26 - yamllint@1.37.0 ignore: - linters: [tofu]