From 35228afbfafbb75ac72b74579c95dd7ce848b937 Mon Sep 17 00:00:00 2001 From: matthewbaggett <943948+matthewbaggett@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:11:44 +0000 Subject: [PATCH] Upgrade trunk to 1.22.9 --- .trunk/trunk.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index af3e3cb..abe123f 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -2,7 +2,7 @@ # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml version: 0.1 cli: - version: 1.22.8 + version: 1.22.9 # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) plugins: sources: @@ -24,10 +24,10 @@ lint: - git-diff-check enabled: - actionlint@1.7.6 - - checkov@3.2.352 + - checkov@3.2.353 - markdownlint@0.43.0 - prettier@3.4.2 - - trivy@0.58.1 + - trivy@0.58.2 - trufflehog@3.88.2 - yamllint@1.35.1 actions: