add trunk config to repo
This commit is contained in:
parent
b49caa3ec9
commit
fa8a89625b
|
@ -1,4 +1,3 @@
|
|||
.trunk
|
||||
.vc
|
||||
.vscode
|
||||
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
*out
|
||||
*logs
|
||||
*actions
|
||||
*notifications
|
||||
*tools
|
||||
plugins
|
||||
user_trunk.yaml
|
||||
user.yaml
|
|
@ -0,0 +1,27 @@
|
|||
# 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
|
Loading…
Reference in New Issue