Skip to content

Commit 9f0ffdf

Browse files
committed
lint: Update ignored project files and trunk configurations
Signed-off-by: Salvydas Lukosius <ss-o@users.noreply.github.com>
1 parent 5441e4f commit 9f0ffdf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/.cspell/project-ignored.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ nonselectables
3535
obal
3636
regen
3737
Regen
38+
runtimes
3839
SBUFFER
3940
segs
4041
sidx
@@ -49,6 +50,8 @@ syslib
4950
tfield
5051
THEWORD
5152
timestr
53+
trivy
54+
trufflehog
5255
unfunction
5356
usetty
5457
utillib

.trunk/trunk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins:
99
- id: trunk
1010
ref: v1.4.1
1111
uri: https://github.com/trunk-io/plugins
12-
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
12+
# Many linters and tools depend on runtime - configure them here. (https://docs.trunk.io/runtimes)
1313
runtimes:
1414
enabled:
1515
- node@18.12.1
@@ -19,13 +19,13 @@ lint:
1919
disabled:
2020
- checkov
2121
- yamllint
22+
- trivy
23+
- trufflehog
2224
enabled:
2325
- actionlint@1.6.26
2426
- git-diff-check
2527
- markdownlint@0.38.0
2628
- prettier@3.1.1
27-
- trivy@0.48.1
28-
- trufflehog@3.63.5
2929
actions:
3030
enabled:
3131
- trunk-announce

0 commit comments

Comments
 (0)