kube-linter: add changelog
This commit is contained in:
parent
093b3a604f
commit
baf43fdd2a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "A static analysis tool that checks Kubernetes YAML files and Helm charts";
|
||||
homepage = "https://kubelinter.io";
|
||||
changelog = "https://github.com/stackrox/kube-linter/releases/tag/${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ mtesseract stehessel ];
|
||||
platforms = platforms.all;
|
||||
|
|
Loading…
Reference in a new issue