28 lines
631 B
YAML
28 lines
631 B
YAML
|
# This file controls the behavior of Trunk: https://docs.trunk.io/cli
|
||
|
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
|
||
|
version: 0.1
|
||
|
cli:
|
||
|
version: 1.17.1
|
||
|
plugins:
|
||
|
sources:
|
||
|
- id: trunk
|
||
|
ref: v1.2.6
|
||
|
uri: https://github.com/trunk-io/plugins
|
||
|
runtimes:
|
||
|
enabled:
|
||
|
- python@3.10.8
|
||
|
lint:
|
||
|
enabled:
|
||
|
- include-what-you-use@0.20
|
||
|
- checkov@2.5.9
|
||
|
- circleci@0.1.29041
|
||
|
- clang-tidy@16.0.3
|
||
|
- git-diff-check
|
||
|
- trufflehog@3.60.0
|
||
|
actions:
|
||
|
disabled:
|
||
|
- trunk-announce
|
||
|
- trunk-check-pre-push
|
||
|
- trunk-fmt-pre-commit
|
||
|
- trunk-upgrade-available
|