diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 43b0365..bb4ca0d 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -7,13 +7,13 @@ cli: plugins: sources: - id: trunk - ref: v1.7.6 + ref: v1.8.0 uri: https://github.com/trunk-io/plugins # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) runtimes: enabled: - node@22.16.0 - - python@3.10.8 + - python@3.14.4 # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) lint: ignore: @@ -23,15 +23,15 @@ lint: - dist/** - .github/pull_request_template.md enabled: - - actionlint@1.7.8 - - checkov@3.2.513 + - actionlint@1.7.12 + - checkov@3.2.526 - git-diff-check - markdownlint@0.48.0 - - osv-scanner@2.2.4 - - oxipng@9.1.5 - - prettier@3.8.1 - - trivy@0.69.2 - - trufflehog@3.90.13 + - osv-scanner@2.3.6 + - oxipng@10.1.1 + - prettier@3.8.3 + - trivy@0.70.0 + - trufflehog@3.95.2 - yamllint@1.38.0 actions: enabled: