Skip to content

Commit

Permalink
Update trunk 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 Feb 18, 2024
1 parent be1d51f commit 2378725
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.19.0
version: 1.20.0
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.4.2
ref: v1.4.3
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,13 +17,13 @@ runtimes:
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
enabled:
- checkov@3.2.5
- checkov@3.2.21
- trivy@0.49.1
- hadolint@2.12.0
- markdownlint@0.39.0
- actionlint@1.6.26
- bandit@1.7.7
- black@24.1.1
- black@24.2.0
- flake8@7.0.0
- git-diff-check
- isort@5.13.2
Expand All @@ -32,8 +32,8 @@ lint:
- prettier@3.2.5
- ruff@0.2.1
- taplo@0.8.1
- trufflehog@3.67.4
- yamllint@1.34.0
- trufflehog@3.67.6
- yamllint@1.35.0
ignore:
- linters: [ALL]
paths:
Expand Down

0 comments on commit 2378725

Please sign in to comment.