-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update trunk, linters, and allowed workflow endpoints (#3097)
This updates trunk and the linters. I've also fixed some CI stuff related to Harden Runner's allowed endpoints.
- Loading branch information
1 parent
901e38a
commit 92dc38b
Showing
3 changed files
with
37 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,35 +2,35 @@ | |
# 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.10 | ||
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) | ||
plugins: | ||
sources: | ||
- id: trunk | ||
ref: v1.6.0 | ||
ref: v1.6.7 | ||
uri: https://github.com/trunk-io/plugins | ||
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) | ||
runtimes: | ||
enabled: | ||
- [email protected] | ||
- node@18.12.1 | ||
- node@18.20.5 | ||
- [email protected] | ||
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) | ||
lint: | ||
enabled: | ||
- [email protected] | ||
- [email protected] | ||
- trivy@0.52.1 | ||
- trivy@0.59.1 | ||
- [email protected] | ||
- semgrep@1.75.0 | ||
- gitleaks@8.18.3 | ||
- [email protected].1 | ||
- semgrep@1.107.0 | ||
- gitleaks@8.23.3 | ||
- [email protected].7 | ||
- git-diff-check | ||
- markdownlint@0.41.0 | ||
- osv-scanner@1.7.4 | ||
- prettier@3.3.2 | ||
- markdownlint@0.44.0 | ||
- osv-scanner@1.9.2 | ||
- prettier@3.4.2 | ||
- [email protected] | ||
- trufflehog@3.78.1 | ||
- trufflehog@3.88.4 | ||
disabled: | ||
# tfsec and checkov are replaced by Trivy | ||
- tfsec | ||
|