Skip to content

Commit 8d6a314

Browse files
chore: Upgrade trunk (#32)
[![Trunk](https://static.trunk.io/assets/trunk_action_upgrade_banner.png)](https://trunk.io) 7 linters were upgraded: - actionlint 1.7.8 → 1.7.12 - checkov 3.2.513 → 3.2.533 - osv-scanner 2.2.4 → 2.3.8 - oxipng 9.1.5 → 10.1.1 - prettier 3.8.1 → 3.8.4 - trivy 0.69.2 → 0.71.0 - trufflehog 3.90.13 → 3.95.5 1 plugin was upgraded: - trunk-io/plugins v1.10.1 → v1.10.2 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: glaracuente <16770288+glaracuente@users.noreply.github.com>
1 parent f00e38a commit 8d6a314

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.trunk/trunk.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ cli:
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.10.1
10+
ref: v1.10.2
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
ignore:
@@ -23,15 +23,15 @@ lint:
2323
- dist/**
2424
- .github/pull_request_template.md
2525
enabled:
26-
- actionlint@1.7.8
27-
- checkov@3.2.513
26+
- actionlint@1.7.12
27+
- checkov@3.2.533
2828
- git-diff-check
2929
- markdownlint@0.48.0
30-
- osv-scanner@2.2.4
31-
- oxipng@9.1.5
32-
- prettier@3.8.1
33-
- trivy@0.69.2
34-
- trufflehog@3.90.13
30+
- osv-scanner@2.3.8
31+
- oxipng@10.1.1
32+
- prettier@3.8.4
33+
- trivy@0.71.0
34+
- trufflehog@3.95.5
3535
- yamllint@1.38.0
3636
- zizmor@1.25.2
3737
definitions:

0 commit comments

Comments
 (0)