Skip to content

Commit ff0fa72

Browse files
chore: Upgrade trunk (#12)
[![Trunk](https://static.trunk.io/assets/trunk_action_upgrade_banner.png)](https://trunk.io) 5 linters were upgraded: - checkov 3.2.435 → 3.2.447 - prettier 3.5.3 → 3.6.2 - renovate 40.0.0 → 41.17.2 - tofu 1.9.1 → 1.10.1 - trufflehog 3.88.35 → 3.89.2 1 plugin was upgraded: - trunk-io/plugins v1.7.0 → v1.7.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: westonplatter <492603+westonplatter@users.noreply.github.com>
1 parent e58196b commit ff0fa72

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.trunk/trunk.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cli:
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.7.0
10+
ref: v1.7.1
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:
@@ -20,16 +20,16 @@ lint:
2020
# Incompatible with some Terraform features: https://github.com/tenable/terrascan/issues/1331
2121
- terrascan
2222
enabled:
23-
- renovate@40.0.0
24-
- tofu@1.9.1
23+
- renovate@41.17.2
24+
- tofu@1.10.1
2525
- actionlint@1.7.7
26-
- checkov@3.2.435
26+
- checkov@3.2.447
2727
- git-diff-check
2828
- markdownlint@0.45.0
29-
- prettier@3.5.3
29+
- prettier@3.6.2
3030
- tflint@0.58.0
3131
- trivy@0.63.0
32-
- trufflehog@3.88.35
32+
- trufflehog@3.89.2
3333
- yamllint@1.37.1
3434
ignore:
3535
- linters: [tofu]

0 commit comments

Comments
 (0)