Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/config/kube-linter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
checks:
# k8s/lgtm.yaml is intentionally a development and demo deployment. It follows the
# image's `latest` release, uses its default user and writable paths, and leaves resource
# sizing to the user.
exclude:
- latest-tag
- no-read-only-root-fs
- run-as-non-root
- unset-cpu-requirements
- unset-memory-requirements
1 change: 1 addition & 0 deletions .github/renovate-tracked-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@
"google-java-format",
"hadolint",
"java",
"kube-linter",
"lychee",
"node",
"npm:renovate",
Expand Down
1 change: 1 addition & 0 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ editorconfig-checker = "3.8.0"
golangci-lint = "2.12.2"
google-java-format = "1.35.0"
hadolint = "2.14.0"
kube-linter = "0.8.3"
lychee = "0.24.2"
# @yarnpkg/libzip 3.2.2 is npm-signed and matches Yarn's release commit, but
# was published without provenance; mise's no-downgrade policy otherwise rejects Renovate.
Expand Down
Loading