Skip to content

Commit a4c3b16

Browse files
committed
bump trunk deps to fix broken checks
1 parent 8b7f097 commit a4c3b16

File tree

1 file changed

+26
-19
lines changed

1 file changed

+26
-19
lines changed

.trunk/trunk.yaml

+26-19
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,49 @@ version: 0.1
1010
runtimes:
1111
enabled:
1212
- node@21.6.0
13-
- python@3.11
13+
- python@3.12.2
1414
- go@1.21.6 # make sure this matches what's in go.mod for this to work correctly.
1515
cli:
16-
version: 1.19.0
16+
version: 1.22.2
1717
plugins:
1818
sources:
1919
- id: trunk
20-
ref: v1.2.1
20+
ref: v1.6.1
2121
uri: https://github.com/trunk-io/plugins
2222
lint:
2323
enabled:
24-
- actionlint@1.6.26
24+
- checkov@3.2.191
25+
- osv-scanner@1.8.2
26+
- renovate@37.432.0
27+
- trivy@0.53.0
28+
- trufflehog@3.79.0
29+
- actionlint@1.7.1
2530
- git-diff-check@SYSTEM
26-
- gitleaks@8.18.1
27-
- gofmt@1.16.7
28-
- golangci-lint@1.55.2
31+
- gitleaks@8.18.4
32+
- gofmt@1.20.4
33+
- golangci-lint@1.59.1
2934
- hadolint@2.12.0
30-
- markdownlint@0.38.0
31-
- prettier@3.2.4
32-
- shellcheck@0.9.0
33-
- shfmt@3.5.0
34-
- taplo@0.8.1
35-
- yamllint@1.28.0
35+
- markdownlint@0.41.0
36+
- prettier@3.3.3
37+
- shellcheck@0.10.0
38+
- shfmt@3.6.0
39+
- taplo@0.9.2
40+
- yamllint@1.35.1
3641
threshold:
3742
- linters: [markdownlint]
3843
level: high
3944
ignore:
4045
- linters: [ALL]
4146
paths:
42-
- .devcontainer/library-scripts
4347
- .devcontainer/init
44-
- vendor/*
45-
- linters: [markdownlint]
46-
paths:
47-
# in progress changelog notes
48-
- .changes/*.md
48+
- vendor/**
49+
- '**/*/mage_output_file.go'
50+
- .artifacts/**
51+
- .cache/**
4952
- linters: [yamllint]
5053
paths:
5154
- .changes/unreleased/*.yaml
55+
- linters: [checkov, trufflehog, trivy]
56+
paths:
57+
- .changes/**
58+
- .trunk/**

0 commit comments

Comments
 (0)