about summary refs log tree commit diff
path: root/pkgs/tools/security/gobuster
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-04-05 18:21:58 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-04-05 18:21:58 -0300
commit9c0c4fcf01fec234620ddc6c43162bf488d0b672 (patch)
tree544529db4706a396109b64a4f7b931d725d0a64b /pkgs/tools/security/gobuster
parenta9200ef545aff7d7208a27673c5b9b59a4922da7 (diff)
gobuster: enable tests
Diffstat (limited to 'pkgs/tools/security/gobuster')
-rw-r--r--pkgs/tools/security/gobuster/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/security/gobuster/default.nix b/pkgs/tools/security/gobuster/default.nix
index cc436a16b5871..e11e76cc971b0 100644
--- a/pkgs/tools/security/gobuster/default.nix
+++ b/pkgs/tools/security/gobuster/default.nix
@@ -16,8 +16,6 @@ buildGoModule rec {
 
   vendorSha256 = "1isp2jd6k4ppns5zi9irj09090imnc0xp6vcps135ymgp8qg4163";
 
-  doCheck = false;
-
   meta = with lib; {
     description = "Tool used to brute-force URIs, DNS subdomains, Virtual Host names on target web servers";
     homepage = "https://github.com/OJ/gobuster";