Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.22.10
version: 1.22.11
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
Expand All @@ -18,19 +18,19 @@ runtimes:
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
enabled:
- trivy@0.60.0
- trivy@0.61.0
- actionlint@1.7.7
- checkov@3.2.386
- eslint@9.22.0
- checkov@3.2.394
- eslint@9.23.0
- git-diff-check
- markdownlint@0.44.0
- osv-scanner@2.0.0
- prettier@3.5.3
- renovate@39.207.2
- renovate@39.219.3
- shellcheck@0.10.0
- shfmt@3.6.0
- trufflehog@3.88.17
- yamllint@1.36.2
- trufflehog@3.88.20
- yamllint@1.37.0
actions:
enabled:
- trunk-announce
Expand Down
2 changes: 1 addition & 1 deletion src/commands/login/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default class LoginIndex extends Command {
body: JSON.stringify({
userId,
name: "CLI Access Key",
expiresIn: 60 * 60 * 24 * 7, // 7 days
expiresIn: 60 * 60 * 24 * 365, // 365 days
prefix: "cli",
}),
});
Expand Down