Skip to content

Commit 5e57185

Browse files
chore: Upgrade trunk to 1.22.9 (#51)
[![Trunk](https://static.trunk.io/assets/trunk_action_upgrade_banner.png)](https://trunk.io) cli upgraded: 1.22.8 → 1.22.9 7 linters were upgraded: - actionlint 1.7.5 → 1.7.7 - checkov 3.2.345 → 3.2.360 - markdownlint 0.43.0 → 0.44.0 - tflint 0.54.0 → 0.55.0 - tofu 1.8.8 → 1.9.0 - trivy 0.58.1 → 0.59.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 <[email protected]>
1 parent c46288d commit 5e57185

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.trunk/trunk.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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
plugins:
77
sources:
88
- id: trunk
9-
ref: v1.6.6
9+
ref: v1.6.7
1010
uri: https://github.com/trunk-io/plugins
1111
runtimes:
1212
enabled:
@@ -15,19 +15,19 @@ runtimes:
1515
1616
lint:
1717
enabled:
18-
- tofu@1.8.8
18+
- tofu@1.9.0
1919
20-
21-
20+
21+
2222
- git-diff-check
23-
- markdownlint@0.43.0
23+
- markdownlint@0.44.0
2424
2525
2626
2727
28-
- tflint@0.54.0
29-
- trivy@0.58.1
30-
28+
- tflint@0.55.0
29+
- trivy@0.59.0
30+
3131
3232
ignore:
3333
- linters: [shellcheck]

0 commit comments

Comments
 (0)