Skip to content

Commit

Permalink
Update trunk and linter versions
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Blyler <andy@blyler.cc>
  • Loading branch information
ablyler committed Apr 3, 2024
1 parent 5a56b68 commit 90e0426
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.20.1
version: 1.21.0
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.4.4
ref: v1.4.5
uri: https://github.com/trunk-io/plugins
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
Expand All @@ -17,22 +17,22 @@ runtimes:
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
enabled:
- checkov@3.2.34
- trivy@0.49.1
- checkov@3.2.50
- trivy@0.50.1
- hadolint@2.12.0
- markdownlint@0.39.0
- actionlint@1.6.27
- bandit@1.7.8
- black@24.2.0
- black@24.3.0
- flake8@7.0.0
- git-diff-check
- isort@5.13.2
- mypy@1.9.0
- osv-scanner@1.6.2
- osv-scanner@1.7.0
- prettier@3.2.5
- ruff@0.3.2
- ruff@0.3.5
- taplo@0.8.1
- trufflehog@3.69.0
- trufflehog@3.71.0
- yamllint@1.35.1
ignore:
- linters: [ALL]
Expand Down

0 comments on commit 90e0426

Please sign in to comment.