terrrascan: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-20 14:27:26 +01:00 committed by GitHub
parent 3d4687c6cd
commit be841aaf45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};