diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index b491240..371fe0d 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -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: @@ -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 diff --git a/src/commands/login/index.ts b/src/commands/login/index.ts index db01dc9..d761377 100644 --- a/src/commands/login/index.ts +++ b/src/commands/login/index.ts @@ -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", }), });