10 src = fetchFromGitHub {
11 owner = "praetorian-inc";
14 sha256 = "sha256-G1IjlJ/rmviFWy6RFfLtP+bhfYcDuB97leimU39YCoQ=";
17 vendorHash = "sha256-lgKYVgJlmUJ/msdIqG7EKAZuISie1lG7+VeCF/rcSlE=";
19 # Would need files to scan which are not shipped by the project
23 description = "Static analysis tool for securing Go code";
24 mainProgram = "gokart";
25 homepage = "https://github.com/praetorian-inc/gokart";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ fab ];