secretscanner: restrict platforms to x86_64-linux

authored by Maksym Balatsko and committed by Yt 8cdc1087 313d0245

+1
+1
pkgs/tools/security/secretscanner/default.nix
··· 50 description = "Tool to find secrets and passwords in container images and file systems"; 51 homepage = "https://github.com/deepfence/SecretScanner"; 52 changelog = "https://github.com/deepfence/SecretScanner/releases/tag/v${version}"; 53 license = with licenses; [ mit ]; 54 maintainers = with maintainers; [ fab ]; 55 };
··· 50 description = "Tool to find secrets and passwords in container images and file systems"; 51 homepage = "https://github.com/deepfence/SecretScanner"; 52 changelog = "https://github.com/deepfence/SecretScanner/releases/tag/v${version}"; 53 + platforms = [ "x86_64-linux" ]; 54 license = with licenses; [ mit ]; 55 maintainers = with maintainers; [ fab ]; 56 };