This repository was archived by the owner on Aug 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed 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.12
5+ version : 1.22.15
66# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77plugins :
88 sources :
99 - id : trunk
10- ref : v1.6.7
10+ ref : v1.6.8
1111 uri : https://github.com/trunk-io/plugins
1212# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1313runtimes :
@@ -28,18 +28,18 @@ lint:
2828 - " **/*.html"
2929 - " **/*.json"
3030 enabled :
31- - trivy@0.61.0
31+ - trivy@0.61.1
3232 - actionlint@1.7.7
33- - checkov@3.2.396
33+ - checkov@3.2.414
3434 - git-diff-check
3535 - markdownlint@0.44.0
36- - osv-scanner@2.0.1
36+ - osv-scanner@2.0.2
3737 - prettier@3.5.3
3838 - biome@1.9.4
39- - renovate@39.233.2
39+ - renovate@40.0.6
4040 - shellcheck@0.10.0
4141 - shfmt@3.6.0
42- - trufflehog@3.88.22
42+ - trufflehog@3.88.26
4343 - yamllint@1.37.0
4444actions :
4545 enabled :
Original file line number Diff line number Diff line change @@ -141,7 +141,11 @@ export default class LoginIndex extends Command {
141141 userId,
142142 name : 'CLI Access Key' ,
143143 expiresIn : 60 * 60 * 24 * 365 , // 365 days
144- prefix : 'cli' ,
144+ prefix : 'hyp_usr' ,
145+ metadata : {
146+ ownerType : 'user' ,
147+ ownerId : userId ,
148+ } ,
145149 } ) ,
146150 } ,
147151 )
You can’t perform that action at this time.
0 commit comments