From 448c5e70d7b34fbfc0c50cd41e36943ca26d783c Mon Sep 17 00:00:00 2001 From: Mathias Elle Date: Mon, 28 Oct 2024 08:12:50 +0100 Subject: [PATCH] Update trunk.yaml and CHANGELOG.md with plugin and linter version updates --- .trunk/trunk.yaml | 14 +++++++------- CHANGELOG.md | 3 +-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 4845fe8..b2957cd 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -2,12 +2,12 @@ # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml version: 0.1 cli: - version: 1.22.3 + version: 1.22.7 # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) plugins: sources: - id: trunk - ref: v1.6.2 + ref: v1.6.4 uri: https://github.com/trunk-io/plugins # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) runtimes: @@ -19,15 +19,15 @@ runtimes: lint: enabled: - shellcheck@0.10.0 - - actionlint@1.7.1 - - checkov@3.2.234 + - actionlint@1.7.3 + - checkov@3.2.269 - git-diff-check - - markdownlint@0.41.0 + - markdownlint@0.42.0 - oxipng@9.1.2 - prettier@3.3.3 - shfmt@3.6.0 - - trivy@0.54.1 - - trufflehog@3.81.9 + - trivy@0.56.2 + - trufflehog@3.82.13 - yamllint@1.35.1 actions: disabled: diff --git a/CHANGELOG.md b/CHANGELOG.md index ef0c15d..ce8b42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,7 @@ All notable changes to this project will be documented in this file. ## UNRELEASED 1.9.0 - Updated to use `ddev add-on get` for versions of DDEV prior to v1.23.5 -- updated trunk plugin `trunk-io/plugins` -- updated trunk linter `checkov` +- updated trunk plugin and linters ---