Upgrade trunk to 1.25.0
This commit is contained in:
parent
17177fcb29
commit
2fecbb69d0
1 changed files with 6 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
|
||||
version: 0.1
|
||||
cli:
|
||||
version: 1.22.1
|
||||
version: 1.25.0
|
||||
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
|
||||
plugins:
|
||||
sources:
|
||||
|
|
@ -12,6 +12,7 @@ plugins:
|
|||
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
|
||||
runtimes:
|
||||
enabled:
|
||||
- php@>=8.0.0
|
||||
- go@1.21.0
|
||||
- node@18.12.1
|
||||
- python@3.10.8
|
||||
|
|
@ -23,13 +24,13 @@ lint:
|
|||
- trivy
|
||||
enabled:
|
||||
- gitleaks@8.18.2
|
||||
- markdownlint@0.40.0
|
||||
- markdownlint@0.47.0
|
||||
- taplo@0.8.1
|
||||
- actionlint@1.7.0
|
||||
- checkov@3.2.92
|
||||
- checkov@3.2.499
|
||||
- git-diff-check
|
||||
- prettier@3.2.5
|
||||
- yamllint@1.35.1
|
||||
- prettier@3.8.1
|
||||
- yamllint@1.38.0
|
||||
definitions:
|
||||
- name: markdownlint
|
||||
direct_configs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue