Skip to content

Commit 64f05a2

Browse files
authored
Merge pull request #3 from masterpointio/trunk-io/update-trunk
chore: Upgrade trunk to 1.22.8
2 parents df4b8dd + b567e96 commit 64f05a2

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,12 +2,12 @@
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.7
5+
version: 1.22.8
66
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.6.4
10+
ref: v1.6.5
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,15 +20,15 @@ lint:
2020
# Incompatible with some Terraform features: https://github.com/tenable/terrascan/issues/1331
2121
- terrascan
2222
enabled:
23-
24-
25-
23+
24+
25+
2626
- git-diff-check
27-
- markdownlint@0.42.0
28-
- prettier@3.3.3
29-
- tflint@0.53.0
27+
- markdownlint@0.43.0
28+
- prettier@3.4.1
29+
- tflint@0.54.0
3030
31-
- trufflehog@3.83.1
31+
- trufflehog@3.84.1
3232
3333
ignore:
3434
- linters: [tofu]

0 commit comments

Comments
 (0)