This repository was archived by the owner on Aug 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
33version : 0.1
44cli :
5- version : 1.22.10
5+ version : 1.22.11
66# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77plugins :
88 sources :
@@ -18,19 +18,19 @@ runtimes:
1818# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
1919lint :
2020 enabled :
21- - trivy@0.60 .0
21+ - trivy@0.61 .0
2222 - actionlint@1.7.7
23- - checkov@3.2.386
24- - eslint@9.22 .0
23+ - checkov@3.2.394
24+ - eslint@9.23 .0
2525 - git-diff-check
2626 - markdownlint@0.44.0
2727 - osv-scanner@2.0.0
2828 - prettier@3.5.3
29- - renovate@39.207.2
29+ - renovate@39.219.3
3030 - shellcheck@0.10.0
3131 - shfmt@3.6.0
32- - trufflehog@3.88.17
33- - yamllint@1.36.2
32+ - trufflehog@3.88.20
33+ - yamllint@1.37.0
3434actions :
3535 enabled :
3636 - trunk-announce
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export default class LoginIndex extends Command {
103103 body : JSON . stringify ( {
104104 userId,
105105 name : "CLI Access Key" ,
106- expiresIn : 60 * 60 * 24 * 7 , // 7 days
106+ expiresIn : 60 * 60 * 24 * 365 , // 365 days
107107 prefix : "cli" ,
108108 } ) ,
109109 } ) ;
You can’t perform that action at this time.
0 commit comments