Skip to content

Commit 6767b67

Browse files
kevcubegithub-actions[bot]
authored andcommitted
chore: Upgrade trunk to 1.22.11
1 parent ca6193e commit 6767b67

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.trunk/trunk.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
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.2
5+
version: 1.22.11
66
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.6.1
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:
1414
enabled:
15-
- node@18.12.1
15+
- node@18.20.5
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-
- tofu@1.8.0
24-
25-
23+
- tofu@1.9.0
24+
25+
2626
- git-diff-check
27-
- markdownlint@0.41.0
28-
- prettier@3.3.3
29-
- tflint@0.52.0
30-
- trivy@0.54.1
31-
- trufflehog@3.81.5
32-
- yamllint@1.35.1
27+
- markdownlint@0.44.0
28+
- prettier@3.5.3
29+
- tflint@0.56.0
30+
- trivy@0.61.0
31+
- trufflehog@3.88.20
32+
- yamllint@1.37.0
3333
ignore:
3434
- linters: [tofu]
3535
paths:

0 commit comments

Comments
 (0)