firmware/.trunk/trunk.yaml

51 lines
945 B
YAML
Raw Normal View History

version: 0.1
cli:
2024-11-12 12:12:09 +00:00
version: 1.22.8
plugins:
sources:
- id: trunk
ref: v1.6.6
uri: https://github.com/trunk-io/plugins
lint:
enabled:
- prettier@3.4.2
- trufflehog@3.86.1
2024-02-26 16:38:16 +00:00
- yamllint@1.35.1
- bandit@1.8.0
- checkov@3.2.334
2024-10-27 11:57:11 +00:00
- terrascan@1.19.9
- trivy@0.58.0
#- trufflehog@3.63.2-rc0
2024-08-28 11:51:44 +00:00
- taplo@0.9.3
- ruff@0.8.3
2024-02-26 16:38:16 +00:00
- isort@5.13.2
- markdownlint@0.43.0
- oxipng@9.1.3
2024-05-18 08:41:32 +00:00
- svgo@3.3.2
2024-11-12 12:12:09 +00:00
- actionlint@1.7.4
2024-08-28 11:51:44 +00:00
- flake8@7.1.1
- hadolint@2.12.1-beta
2023-08-17 10:17:36 +00:00
- shfmt@3.6.0
2024-05-18 08:41:32 +00:00
- shellcheck@0.10.0
2024-10-27 11:57:11 +00:00
- black@24.10.0
2023-01-21 15:17:08 +00:00
- git-diff-check
- gitleaks@8.21.2
2023-08-17 10:17:36 +00:00
- clang-format@16.0.3
#- prettier@3.3.3
2024-07-10 17:47:34 +00:00
ignore:
2024-07-10 12:34:41 +00:00
- linters: [ALL]
2024-07-10 19:39:41 +00:00
paths:
- bin/**
runtimes:
enabled:
2023-03-31 10:51:26 +00:00
- python@3.10.8
- go@1.21.0
- node@18.20.5
actions:
disabled:
- trunk-announce
enabled:
2023-10-06 20:02:27 +00:00
- trunk-fmt-pre-commit
- trunk-check-pre-push
- trunk-upgrade-available