diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 892ce36..c4c6a67 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -136,6 +136,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[python-shodan] +source = "github" +github = "achillean/shodan-python" +use_max_tag = true +prefix = "v" + [python-pgpy] source = "github" github = "SecurityInnovation/PGPy"