Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 0491921

Browse files
update prefix (#114)
1 parent 054b58c commit 0491921

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.trunk/trunk.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
33
version: 0.1
44
cli:
5-
version: 1.22.12
5+
version: 1.22.15
66
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77
plugins:
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)
1313
runtimes:
@@ -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
4444
actions:
4545
enabled:

src/commands/login/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)