terrrascan: add changelog to meta
This commit is contained in:
parent
3d4687c6cd
commit
be841aaf45
@ -11,10 +11,10 @@ buildGoModule rec {
|
||||
owner = "accurics";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-XcMDdnqx64UcEzD44z34sm5TmshPOTb5tivBnGXQLjo=";
|
||||
hash = "sha256-XcMDdnqx64UcEzD44z34sm5TmshPOTb5tivBnGXQLjo=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-HjWUV5gfh2WnUAayZIj6LGFs0rMv2n7v6zJJrzBHBwg=";
|
||||
vendorHash = "sha256-HjWUV5gfh2WnUAayZIj6LGFs0rMv2n7v6zJJrzBHBwg=";
|
||||
|
||||
# Tests want to download a vulnerable Terraform project
|
||||
doCheck = false;
|
||||
@ -27,6 +27,7 @@ buildGoModule rec {
|
||||
500+ polices and support for Terraform and Kubernetes.
|
||||
'';
|
||||
homepage = "https://github.com/accurics/terrascan";
|
||||
changelog = "https://github.com/tenable/terrascan/blob/v${version}/CHANGELOG.md";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user