diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 4598c955..9c075432 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.9 + version: 1.25.0 # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) plugins: sources: @@ -17,15 +17,15 @@ runtimes: # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) lint: enabled: - - renovate@39.169.3 + - renovate@43.101.2 - actionlint@1.7.7 - - checkov@3.2.358 + - checkov@3.2.513 - git-diff-check - markdownlint@0.44.0 - - prettier@3.4.2 + - prettier@3.8.1 - trivy@0.59.0 - trufflehog@3.88.3 - - yamllint@1.35.1 + - yamllint@1.38.0 ignore: #* Prevent checking CHANGELOG.md files generated by semantic-release - linters: [prettier, markdownlint]