Merge pull request #29 from benzine-framework/trunk-io/update-trunk
Upgrade trunk to 1.22.10
This commit is contained in:
commit
60f1d71c26
1 changed files with 5 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
|
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
|
||||||
version: 0.1
|
version: 0.1
|
||||||
cli:
|
cli:
|
||||||
version: 1.22.9
|
version: 1.22.10
|
||||||
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
|
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
|
||||||
plugins:
|
plugins:
|
||||||
sources:
|
sources:
|
||||||
|
@ -24,11 +24,11 @@ lint:
|
||||||
- git-diff-check
|
- git-diff-check
|
||||||
enabled:
|
enabled:
|
||||||
- actionlint@1.7.7
|
- actionlint@1.7.7
|
||||||
- checkov@3.2.360
|
- checkov@3.2.368
|
||||||
- markdownlint@0.44.0
|
- markdownlint@0.44.0
|
||||||
- prettier@3.4.2
|
- prettier@3.4.2
|
||||||
- trivy@0.59.0
|
- trivy@0.59.1
|
||||||
- trufflehog@3.88.4
|
- trufflehog@3.88.5
|
||||||
- yamllint@1.35.1
|
- yamllint@1.35.1
|
||||||
actions:
|
actions:
|
||||||
enabled:
|
enabled:
|
||||||
|
@ -38,4 +38,4 @@ actions:
|
||||||
- trunk-upgrade-available
|
- trunk-upgrade-available
|
||||||
tools:
|
tools:
|
||||||
enabled:
|
enabled:
|
||||||
- act@0.2.72
|
- act@0.2.74
|
||||||
|
|
Loading…
Reference in a new issue