mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-06 13:48:29 +00:00
Update trunk to latest version (#3295)
This commit is contained in:
parent
f708e41ba7
commit
4796c8edc4
1
.trunk/.gitignore
vendored
1
.trunk/.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
plugins
|
plugins
|
||||||
user_trunk.yaml
|
user_trunk.yaml
|
||||||
user.yaml
|
user.yaml
|
||||||
|
tmp
|
||||||
|
@ -1,34 +1,36 @@
|
|||||||
version: 0.1
|
version: 0.1
|
||||||
cli:
|
cli:
|
||||||
version: 1.17.2
|
version: 1.20.1
|
||||||
plugins:
|
plugins:
|
||||||
sources:
|
sources:
|
||||||
- id: trunk
|
- id: trunk
|
||||||
ref: v1.3.0
|
ref: v1.4.3
|
||||||
uri: https://github.com/trunk-io/plugins
|
uri: https://github.com/trunk-io/plugins
|
||||||
lint:
|
lint:
|
||||||
enabled:
|
enabled:
|
||||||
- bandit@1.7.5
|
- trufflehog@3.68.2
|
||||||
- checkov@3.1.9
|
- yamllint@1.35.1
|
||||||
- terrascan@1.18.5
|
- bandit@1.7.7
|
||||||
- trivy@0.47.0
|
- checkov@3.2.26
|
||||||
|
- terrascan@1.18.11
|
||||||
|
- trivy@0.49.1
|
||||||
#- trufflehog@3.63.2-rc0
|
#- trufflehog@3.63.2-rc0
|
||||||
- taplo@0.8.1
|
- taplo@0.8.1
|
||||||
- ruff@0.1.6
|
- ruff@0.2.2
|
||||||
- isort@5.12.0
|
- isort@5.13.2
|
||||||
- markdownlint@0.37.0
|
- markdownlint@0.39.0
|
||||||
- oxipng@9.0.0
|
- oxipng@9.0.0
|
||||||
- svgo@3.0.5
|
- svgo@3.2.0
|
||||||
- actionlint@1.6.26
|
- actionlint@1.6.27
|
||||||
- flake8@6.1.0
|
- flake8@7.0.0
|
||||||
- hadolint@2.12.0
|
- hadolint@2.12.0
|
||||||
- shfmt@3.6.0
|
- shfmt@3.6.0
|
||||||
- shellcheck@0.9.0
|
- shellcheck@0.9.0
|
||||||
- black@23.9.1
|
- black@24.2.0
|
||||||
- git-diff-check
|
- git-diff-check
|
||||||
- gitleaks@8.18.1
|
- gitleaks@8.18.2
|
||||||
- clang-format@16.0.3
|
- clang-format@16.0.3
|
||||||
- prettier@3.1.0
|
- prettier@3.2.5
|
||||||
runtimes:
|
runtimes:
|
||||||
enabled:
|
enabled:
|
||||||
- python@3.10.8
|
- python@3.10.8
|
||||||
|
Loading…
Reference in New Issue
Block a user