badkeys: add version test
This commit is contained in:
parent
ed3db9c9a7
commit
c6f6d0bdaa
@ -1,7 +1,9 @@
|
||||
{
|
||||
lib,
|
||||
badkeys,
|
||||
fetchFromGitHub,
|
||||
python3Packages,
|
||||
testers,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
@ -35,6 +37,10 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
pythonImportsCheck = [ "badkeys" ];
|
||||
|
||||
passthru = {
|
||||
tests.version = testers.testVersion { package = badkeys; };
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Tool to find common vulnerabilities in cryptographic public keys";
|
||||
homepage = "https://badkeys.info/";
|
||||
|
Loading…
x
Reference in New Issue
Block a user