aboutsummaryrefslogtreecommitdiffstats
path: root/nvchecker.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nvchecker.toml')
-rw-r--r--nvchecker.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/nvchecker.toml b/nvchecker.toml
index 0474f7c..a7eaac9 100644
--- a/nvchecker.toml
+++ b/nvchecker.toml
@@ -79,3 +79,8 @@ source = "github"
github = "notroj/cadaver"
use_latest_tag = "true"
prefix = "v"
+
+[Nessus]
+source = "jq"
+url = "https://www.tenable.com/downloads/api/v2/pages/nessus"
+filter = ".releases.latest | keys[0] | split(\" - \")[1]"