Skip to content

Commit

Permalink
Update some linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Sep 11, 2024
1 parent 0a175c2 commit 12caa44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .trunk/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
plugins
user_trunk.yaml
user.yaml
tmp
18 changes: 9 additions & 9 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.22.2
version: 1.22.5
plugins:
sources:
- id: trunk
ref: v1.6.0
ref: v1.6.2
uri: https://github.com/trunk-io/plugins
runtimes:
enabled:
Expand Down Expand Up @@ -34,17 +34,17 @@ lint:
- git-diff-check
- hadolint@2.12.0
- markdownlint@0.41.0
- osv-scanner@1.8.2
- oxipng@9.1.1
- prettier@3.3.2
- osv-scanner@1.8.5
- oxipng@9.1.2
- prettier@3.3.3
- shellcheck@0.10.0
- shfmt@3.6.0
- taplo@0.8.1
- taplo@0.9.3
- terrascan@1.19.1
- trivy@0.52.2
- trufflehog@3.79.0
- trivy@0.55.0
- trufflehog@3.81.10
- yamllint@1.35.1
- deno@1.45.1
- deno@1.46.3
ignore:
- linters: [ALL]
paths:
Expand Down

0 comments on commit 12caa44

Please sign in to comment.