From 64158e7f773879a78ce561ee36d56c9095b52228 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:28:20 +0200 Subject: [PATCH] ci(deps): upgrade trunk to 1.22.9 (#233) Co-authored-by: Serpentiel <18222223+Serpentiel@users.noreply.github.com> --- .trunk/trunk.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index a6926b2..0d869ec 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: @@ -19,14 +19,14 @@ runtimes: lint: enabled: - actionlint@1.7.6 - - checkov@3.2.352 + - checkov@3.2.353 - git-diff-check - gofmt@1.20.4 - golangci-lint@1.63.4 - markdownlint@0.43.0 - osv-scanner@1.9.2 - prettier@3.4.2 - - trivy@0.58.1 + - trivy@0.58.2 - trufflehog@3.88.2 - yamllint@1.35.1 actions: