From d76f8d40d160e3309a39443c558b12b35c6a71d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:27:11 +0100 Subject: [PATCH] ci(deps): upgrade trunk (#208) Co-authored-by: Serpentiel <18222223+Serpentiel@users.noreply.github.com> --- .trunk/trunk.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index caa5a3c..0eae2db 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -7,27 +7,27 @@ cli: plugins: sources: - id: trunk - ref: v1.6.5 + 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: - go@1.22.4 - - 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: enabled: - actionlint@1.7.4 - - checkov@3.2.332 + - checkov@3.2.334 - git-diff-check - gofmt@1.20.4 - golangci-lint@1.62.2 - markdownlint@0.43.0 - osv-scanner@1.9.1 - prettier@3.4.2 - - trivy@0.56.2 - - trufflehog@3.85.0 + - trivy@0.58.0 + - trufflehog@3.86.1 - yamllint@1.35.1 actions: enabled: