Skip to content

Commit 70ceaef

Browse files
chore: Upgrade trunk to 1.22.11 (#16)
[![Trunk](https://static.trunk.io/assets/trunk_action_upgrade_banner.png)](https://trunk.io) cli upgraded: 1.22.10 → 1.22.11 6 linters were upgraded: - checkov 3.2.378 → 3.2.394 - prettier 3.5.2 → 3.5.3 - tflint 0.55.1 → 0.56.0 - trivy 0.59.1 → 0.61.0 - trufflehog 3.88.14 → 3.88.20 - yamllint 1.35.1 → 1.37.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 f218e39 commit 70ceaef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .trunk/trunk.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.10
5+
version: 1.22.11
66
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77
plugins:
88
sources:
@@ -22,14 +22,14 @@ lint:
2222
enabled:
2323
2424
25-
25+
2626
- git-diff-check
2727
28-
29-
- tflint@0.55.1
30-
- trivy@0.59.1
31-
32-
- yamllint@1.35.1
28+
29+
- tflint@0.56.0
30+
- trivy@0.61.0
31+
32+
- yamllint@1.37.0
3333
ignore:
3434
- linters: [tofu]
3535
paths:

0 commit comments

Comments
 (0)