From 85e0b2cab3eeaf996af8f04be81662fe5b28ecc7 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 23 Oct 2020 16:35:35 -0400 Subject: [PATCH] Add cheatsheet URL to soc.json --- salt/soc/files/soc/soc.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index 61c4ab6bb..f5326597a 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -56,8 +56,10 @@ "client": { {%- if ISAIRGAP is sameas true %} "docsUrl": "/docs/", + "docsUrl": "/docs/cheatsheet.pdf", {%- else %} "docsUrl": "https://docs.securityonion.net/en/2.3/", + "cheatsheetUrl": "https://github.com/Security-Onion-Solutions/securityonion-docs/raw/2.3/images/cheat-sheet/Security-Onion-Cheat-Sheet.pdf", {%- endif %} "hunt": { "advanced": true,