From d64303ff2907410abc259f1af83b3f0ab3c22a9e Mon Sep 17 00:00:00 2001 From: matthewbaggett <943948+matthewbaggett@users.noreply.github.com> Date: Fri, 17 May 2024 10:40:48 +0000 Subject: [PATCH] Upgrade trunk --- .trunk/.gitignore | 9 +++++++++ .trunk/trunk.yaml | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .trunk/.gitignore diff --git a/.trunk/.gitignore b/.trunk/.gitignore new file mode 100644 index 0000000..15966d0 --- /dev/null +++ b/.trunk/.gitignore @@ -0,0 +1,9 @@ +*out +*logs +*actions +*notifications +*tools +plugins +user_trunk.yaml +user.yaml +tmp diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 2035a9b..172624b 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -12,6 +12,7 @@ plugins: # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) runtimes: enabled: + - php@>=8.0.0 - go@1.21.0 - node@18.12.1 - python@3.10.8 @@ -26,7 +27,7 @@ lint: - markdownlint@0.40.0 - taplo@0.8.1 - actionlint@1.7.0 - - checkov@3.2.92 + - checkov@3.2.94 - git-diff-check - prettier@3.2.5 - yamllint@1.35.1