Skip to content

Commit ec4aa07

Browse files
chore: Upgrade trunk to 1.24.0 (#63)
[![Trunk](https://static.trunk.io/assets/trunk_action_upgrade_banner.png)](https://trunk.io) cli upgraded: 1.22.15 → 1.24.0 6 linters were upgraded: - checkov 3.2.420 → 3.2.435 - markdownlint 0.44.0 → 0.45.0 - renovate 40.0.6 → 40.36.2 - tflint 0.57.0 → 0.58.0 - trivy 0.62.1 → 0.63.0 - trufflehog 3.88.29 → 3.88.35 1 plugin was upgraded: - trunk-io/plugins v1.6.8 → v1.7.0 1 runtime was upgraded: - node 18.20.5 → 22.16.0 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 <[email protected]>
1 parent d3383a4 commit ec4aa07

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.trunk/trunk.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,35 @@
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.15
5+
version: 1.24.0
66
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.6.8
10+
ref: v1.7.0
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:
1414
enabled:
15-
- node@18.20.5
15+
- node@22.16.0
1616
1717
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
1818
lint:
1919
disabled:
2020
# Incompatible with some Terraform features: https://github.com/tenable/terrascan/issues/1331
2121
- terrascan
2222
enabled:
23-
- renovate@40.0.6
23+
- renovate@40.36.2
2424
2525
2626
27-
27+
2828
- git-diff-check
29-
- markdownlint@0.44.0
29+
- markdownlint@0.45.0
3030
31-
- tflint@0.57.0
32-
- trivy@0.62.1
33-
31+
- tflint@0.58.0
32+
- trivy@0.63.0
33+
3434
3535
ignore:
3636
- linters: [tofu]

0 commit comments

Comments
 (0)