10 src = fetchFromGitHub {
14 sha256 = "sha256-J54x3t3tgo5CUnYEhduOGw23MhAiqq/XudGmSQ3ENbs=";
17 vendorSha256 = "sha256-0ZwTE2FrBung7HAlklGIJlX76eRWa0ALNWjZpZijkzA=";
19 # Tests want to download a vulnerable Terraform project
23 description = "Detect compliance and security violations across Infrastructure";
25 Detect compliance and security violations across Infrastructure as Code to
26 mitigate risk before provisioning cloud native infrastructure. It contains
27 500+ polices and support for Terraform and Kubernetes.
29 homepage = "https://github.com/accurics/terrascan";
30 license = with licenses; [ asl20 ];
31 maintainers = with maintainers; [ fab ];