Skip to content

Commit 876cac8

Browse files
chore: Upgrade trunk to 1.22.9 (#33)
[![Trunk](https://static.trunk.io/assets/trunk_action_upgrade_banner.png)](https://trunk.io) cli upgraded: 1.22.8 → 1.22.9 5 linters were upgraded: - checkov 3.2.346 → 3.2.360 - markdownlint 0.43.0 → 0.44.0 - tflint 0.54.0 → 0.55.0 - tofu 1.8.8 → 1.9.0 - trufflehog 3.88.0 → 3.88.4 1 plugin was upgraded: - trunk-io/plugins v1.6.6 → v1.6.7 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>
1 parent 978c16b commit 876cac8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.trunk/trunk.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
33
version: 0.1
44
cli:
5-
version: 1.22.8
5+
version: 1.22.9
66
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.6.6
10+
ref: v1.6.7
1111
uri: https://github.com/trunk-io/plugins
1212
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1313
runtimes:
@@ -17,14 +17,14 @@ runtimes:
1717
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
1818
lint:
1919
enabled:
20-
- tofu@1.8.8
20+
- tofu@1.9.0
2121
- terraform@1.1.0
22-
- checkov@3.2.346
22+
- checkov@3.2.360
2323
- git-diff-check
24-
- markdownlint@0.43.0
24+
- markdownlint@0.44.0
2525
- prettier@3.4.2
26-
- tflint@0.54.0
27-
- trufflehog@3.88.0
26+
- tflint@0.55.0
27+
- trufflehog@3.88.4
2828
- yamllint@1.35.1
2929
actions:
3030
enabled:

0 commit comments

Comments
 (0)