Skip to content

Commit

Permalink
Update trunk.yaml and CHANGELOG.md with plugin and linter version upd…
Browse files Browse the repository at this point in the history
…ates
  • Loading branch information
dermatz committed Oct 28, 2024
1 parent b979d2a commit 448c5e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 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.22.3
version: 1.22.7
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.6.2
ref: v1.6.4
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 @@ -19,15 +19,15 @@ runtimes:
lint:
enabled:
- [email protected]
- [email protected].1
- [email protected].234
- [email protected].3
- [email protected].269
- git-diff-check
- markdownlint@0.41.0
- markdownlint@0.42.0
- [email protected]
- [email protected]
- [email protected]
- trivy@0.54.1
- trufflehog@3.81.9
- trivy@0.56.2
- trufflehog@3.82.13
- [email protected]
actions:
disabled:
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ All notable changes to this project will be documented in this file.
## UNRELEASED 1.9.0

- Updated to use `ddev add-on get` for versions of DDEV prior to v1.23.5
- updated trunk plugin `trunk-io/plugins`
- updated trunk linter `checkov`
- updated trunk plugin and linters

---

Expand Down

0 comments on commit 448c5e7

Please sign in to comment.