From d7419a08b2274a082de477cebc7fd1bd9422f79c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:45:14 +0200 Subject: [PATCH] chore: Upgrade trunk (#46) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Trunk](https://static.trunk.io/assets/trunk_action_upgrade_banner.png)](https://trunk.io) 5 linters were upgraded: - checkov 3.2.296 → 3.2.322 - markdownlint 0.42.0 → 0.43.0 - prettier 3.3.3 → 3.4.1 - tofu 1.8.5 → 1.8.6 - trufflehog 3.83.6 → 3.84.1 This PR was generated by the [Trunk Action]. For more info, see our [docs] or reach out on [Slack]. [Trunk Action]: https://github.com/trunk-io/trunk-action [docs]: https://docs.trunk.io [Slack]: https://slack.trunk.io/ Co-authored-by: gberenice <30597968+gberenice@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 3228f6a..41ad1e7 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -15,19 +15,19 @@ runtimes: - python@3.10.8 lint: enabled: - - tofu@1.8.5 + - tofu@1.8.6 - terraform@1.1.0 - actionlint@1.7.4 - - checkov@3.2.296 + - checkov@3.2.322 - git-diff-check - - markdownlint@0.42.0 - - prettier@3.3.3 + - markdownlint@0.43.0 + - prettier@3.4.1 - shellcheck@0.10.0 - shfmt@3.6.0 - terrascan@1.19.1 - tflint@0.54.0 - trivy@0.56.2 - - trufflehog@3.83.6 + - trufflehog@3.84.1 - yamllint@1.35.1 ignore: - linters: [shellcheck]