Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 38139f2

Browse files
chore: Upgrade trunk (#4)
Co-authored-by: gberenice <30597968+gberenice@users.noreply.github.com>
1 parent 64f05a2 commit 38139f2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.trunk/trunk.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@ cli:
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.6.5
10+
ref: v1.6.6
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
- 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-
- tofu@1.8.6
24-
- actionlint@1.7.4
25-
- checkov@3.2.322
23+
- tofu@1.8.8
24+
- actionlint@1.7.5
25+
- checkov@3.2.345
2626
- git-diff-check
2727
- markdownlint@0.43.0
28-
- prettier@3.4.1
28+
- prettier@3.4.2
2929
- tflint@0.54.0
30-
- trivy@0.56.2
31-
- trufflehog@3.84.1
30+
- trivy@0.58.1
31+
- trufflehog@3.88.0
3232
- yamllint@1.35.1
3333
ignore:
3434
- linters: [tofu]

0 commit comments

Comments
 (0)