Commit a4c3b16 1 parent 8b7f097 commit a4c3b16 Copy full SHA for a4c3b16
File tree 1 file changed +26
-19
lines changed
1 file changed +26
-19
lines changed Original file line number Diff line number Diff line change @@ -10,42 +10,49 @@ version: 0.1
10
10
runtimes :
11
11
enabled :
12
12
- node@21.6.0
13
- - python@3.11
13
+ - python@3.12.2
14
14
- go@1.21.6 # make sure this matches what's in go.mod for this to work correctly.
15
15
cli :
16
- version : 1.19.0
16
+ version : 1.22.2
17
17
plugins :
18
18
sources :
19
19
- id : trunk
20
- ref : v1.2 .1
20
+ ref : v1.6 .1
21
21
uri : https://github.com/trunk-io/plugins
22
22
lint :
23
23
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
25
30
- 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
29
34
- 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
36
41
threshold :
37
42
- linters : [markdownlint]
38
43
level : high
39
44
ignore :
40
45
- linters : [ALL]
41
46
paths :
42
- - .devcontainer/library-scripts
43
47
- .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/**
49
52
- linters : [yamllint]
50
53
paths :
51
54
- .changes/unreleased/*.yaml
55
+ - linters : [checkov, trufflehog, trivy]
56
+ paths :
57
+ - .changes/**
58
+ - .trunk/**
You can’t perform that action at this time.
0 commit comments