From cd044addc4428a56855bdb1b90e3bdff01ebcf7b Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Tue, 3 Dec 2019 10:37:02 -0600 Subject: [PATCH] Add authentication category (#10880) --- LibreNMS/Util/GitHub.php | 1 + 1 file changed, 1 insertion(+) diff --git a/LibreNMS/Util/GitHub.php b/LibreNMS/Util/GitHub.php index 45d2a2e094..5b7b469c62 100644 --- a/LibreNMS/Util/GitHub.php +++ b/LibreNMS/Util/GitHub.php @@ -47,6 +47,7 @@ class GitHub 'security' => [], 'device' => [], 'webui' => [], + 'authentication' => [], 'graphs' => [], 'snmp traps' => [], 'applications' => [],