Skip to content

Commit cc6ce8a

Browse files
chore: Upgrade trunk (#18)
[![Trunk](https://static.trunk.io/assets/trunk_action_upgrade_banner.png)](https://trunk.io) 5 linters were upgraded: - checkov 3.2.513 → 3.2.526 - prettier 3.8.1 → 3.8.3 - renovate 43.102.3 → 43.150.0 - trivy 0.69.3 → 0.70.0 - trufflehog 3.94.1 → 3.95.2 1 plugin was upgraded: - trunk-io/plugins v1.7.6 → v1.8.0 1 runtime was upgraded: - python 3.10.8 → 3.14.4 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 <30597968+gberenice@users.noreply.github.com>
1 parent e85496e commit cc6ce8a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.trunk/trunk.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ cli:
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.7.6
10+
ref: v1.8.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:
1515
- node@22.16.0
16-
- python@3.10.8
16+
- python@3.14.4
1717
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
1818
lint:
1919
enabled:
20-
- renovate@43.102.3
20+
- renovate@43.150.0
2121
- actionlint@1.7.12
22-
- checkov@3.2.513
22+
- checkov@3.2.526
2323
- git-diff-check
2424
- markdownlint@0.48.0
25-
- prettier@3.8.1
26-
- trivy@0.69.3
27-
- trufflehog@3.94.1
25+
- prettier@3.8.3
26+
- trivy@0.70.0
27+
- trufflehog@3.95.2
2828
- yamllint@1.38.0
2929
ignore:
3030
# Ignore CHANGELOG.md as release-please manages this file

0 commit comments

Comments
 (0)