From 020502e5d9972b9bfad28bfdb1f33829087fec1c Mon Sep 17 00:00:00 2001 From: nh916 Date: Fri, 15 Sep 2023 13:39:21 -0700 Subject: [PATCH] upgraded trunk * upgraded trunk via terminal command `trunk upgrade` --- .trunk/trunk.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 580fd9404..18ba66027 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -1,29 +1,29 @@ version: 0.1 cli: - version: 1.14.2 + version: 1.15.0 plugins: sources: - id: trunk - ref: v1.2.2 + ref: v1.2.3 uri: https://github.com/trunk-io/plugins lint: enabled: - bandit@1.7.5 - checkov@2.4.9 - - osv-scanner@1.3.6 - - trivy@0.44.1 - - trufflehog@3.54.0 + - osv-scanner@1.4.0 + - trivy@0.45.0 + - trufflehog@3.56.0 - svgo@3.0.2 - - cspell@7.1.1 + - cspell@7.3.6 - actionlint@1.6.25 - - black@23.7.0 + - black@23.9.1 - git-diff-check - gitleaks@8.18.0 - isort@5.12.0 - - markdownlint@0.35.0 + - markdownlint@0.36.0 - oxipng@8.0.0 - - prettier@3.0.2 - - ruff@0.0.286 + - prettier@3.0.3 + - ruff@0.0.289 - taplo@0.8.1 - yamllint@1.32.0 ignore: @@ -40,7 +40,7 @@ lint: runtimes: enabled: - - go@1.19.5 + - go@1.21.0 - node@18.12.1 - python@3.10.8 actions: