Skip to content

Commit 4f2fbe3

Browse files
committed
Upgrade trunk to 1.15.0; enable new security linters
1 parent b2f3ba1 commit 4f2fbe3

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

Diff for: .trunk/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*logs
33
*actions
44
*notifications
5+
*tools
56
plugins
67
user_trunk.yaml
78
user.yaml

Diff for: .trunk/trunk.yaml

+19-12
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,40 @@
11
version: 0.1
22
cli:
3-
version: 1.7.0
3+
version: 1.15.0
44
plugins:
55
sources:
66
- id: trunk
7-
ref: v0.0.14
7+
ref: v1.2.2
88
uri: https://github.com/trunk-io/plugins
99
lint:
10+
disabled:
11+
- bandit
1012
ignore:
1113
- linters: [ALL]
1214
paths:
1315
# Ignore generated files
1416
- meshtastic/*_pb2.py
1517
enabled:
16-
17-
18+
19+
20+
21+
22+
23+
24+
1825
- git-diff-check
19-
- gitleaks@8.16.2
26+
- gitleaks@8.18.0
2027
21-
- markdownlint@0.33.0
22-
- prettier@2.8.7
23-
24-
28+
- markdownlint@0.36.0
29+
- prettier@3.0.3
30+
31+
2532
26-
- shfmt@3.5.0
27-
- yamllint@1.30.0
33+
- shfmt@3.6.0
34+
- yamllint@1.32.0
2835
runtimes:
2936
enabled:
30-
- go@1.19.5
37+
- go@1.21.0
3138
3239
3340
actions:

0 commit comments

Comments
 (0)