Skip to content

Commit 9facba0

Browse files
chore: update with the latest template state (#9)
## what - chore: update with the latest template state
1 parent 4f47941 commit 9facba0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.trunk/trunk.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,35 @@
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.15
5+
version: 1.24.0
66
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.6.8
10+
ref: v1.7.0
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.20.5
15+
- node@22.16.0
1616
- python@3.10.8
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-
- renovate@40.0.0
23+
- renovate@40.36.2
2424
- tofu@1.9.1
2525
- actionlint@1.7.7
26-
- checkov@3.2.413
26+
- checkov@3.2.435
2727
- git-diff-check
28-
- markdownlint@0.44.0
28+
- markdownlint@0.45.0
2929
- prettier@3.5.3
30-
- tflint@0.56.0
31-
- trivy@0.61.1
32-
- trufflehog@3.88.26
33-
- yamllint@1.37.0
30+
- tflint@0.58.0
31+
- trivy@0.63.0
32+
- trufflehog@3.88.35
33+
- yamllint@1.37.1
3434
ignore:
3535
- linters: [tofu]
3636
paths:

0 commit comments

Comments
 (0)