Skip to content

Commit 17a21d8

Browse files
committed
modified: .trunk/.gitignore
modified: .trunk/trunk.yaml
1 parent 3c3fd77 commit 17a21d8

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

.trunk/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*logs
33
*actions
44
*notifications
5+
*tools
56
plugins
67
user_trunk.yaml
78
user.yaml
9+
tmp

.trunk/trunk.yaml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
version: 0.1
22
cli:
3-
version: 1.6.1
3+
version: 1.22.2
44
plugins:
55
sources:
66
- id: trunk
7-
ref: v0.0.13
7+
ref: v1.6.0
88
uri: https://github.com/trunk-io/plugins
99
lint:
1010
disabled:
11+
- trufflehog
12+
- renovate
13+
- checkov
1114
- yamllint
1215
enabled:
13-
- actionlint@1.6.23
16+
- actionlint@1.7.1
1417
- git-diff-check
15-
- gitleaks@8.16.1
16-
- markdownlint@0.33.0
17-
- oxipng@8.0.0
18-
- prettier@2.8.4
19-
- shellcheck@0.9.0
20-
- shfmt@3.5.0
21-
- svgo@3.0.2
22-
- taplo@0.7.0
18+
- gitleaks@8.18.4
19+
- markdownlint@0.41.0
20+
- oxipng@9.1.1
21+
- prettier@3.3.2
22+
- shellcheck@0.10.0
23+
- shfmt@3.6.0
24+
- svgo@3.3.2
25+
- taplo@0.8.1
2326
ignore:
2427
- linters: [ALL]
2528
paths:
@@ -36,7 +39,7 @@ lint:
3639
- content/readme.md
3740
runtimes:
3841
enabled:
39-
- go@1.19.5
42+
- go@1.21.0
4043
- node@18.12.1
4144
- python@3.10.8
4245
actions:

0 commit comments

Comments
 (0)