From 311d73b0f6ca7b15b25cd04dfdad4b8ce1bcf943 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 01:39:51 +0800 Subject: [PATCH] chore: Upgrade trunk to 1.22.5 (#117) Co-authored-by: jhdcruz <28413338+jhdcruz@users.noreply.github.com> --- .trunk/trunk.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 440a372..4f2f468 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -1,11 +1,11 @@ version: 0.1 cli: - version: 1.19.0 + version: 1.22.5 plugins: sources: - id: trunk - ref: v1.4.2 + ref: v1.6.2 uri: https://github.com/trunk-io/plugins lint: disabled: @@ -13,17 +13,17 @@ lint: - prettier - shellcheck enabled: - - checkov@3.1.70 - - trivy@0.48.3 - - trufflehog@3.64.0 - - renovate@37.152.1 - - yamllint@1.33.0 + - checkov@3.2.255 + - trivy@0.55.2 + - trufflehog@3.82.2 + - renovate@38.91.0 + - yamllint@1.35.1 - shfmt@3.6.0 - - gitleaks@8.18.1 - - taplo@0.8.1 - - ktlint@1.1.1 + - gitleaks@8.19.2 + - taplo@0.9.3 + - ktlint@1.3.1 - git-diff-check - - actionlint@1.6.26 + - actionlint@1.7.1 - detekt-gradle@SYSTEM ignore: - linters: [ ALL ]