mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
conftest: add longDescription
This commit is contained in:
parent
024f5b30e0
commit
94fd56594a
@ -24,6 +24,16 @@ buildGoModule rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Write tests against structured configuration data";
|
description = "Write tests against structured configuration data";
|
||||||
|
longDescription = ''
|
||||||
|
Conftest helps you write tests against structured configuration data.
|
||||||
|
Using Conftest you can write tests for your Kubernetes configuration,
|
||||||
|
Tekton pipeline definitions, Terraform code, Serverless configs or any
|
||||||
|
other config files.
|
||||||
|
|
||||||
|
Conftest uses the Rego language from Open Policy Agent for writing the
|
||||||
|
assertions. You can read more about Rego in 'How do I write policies' in
|
||||||
|
the Open Policy Agent documentation.
|
||||||
|
'';
|
||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ yurrriq ];
|
maintainers = with maintainers; [ yurrriq ];
|
||||||
|
Loading…
Reference in New Issue
Block a user