From 61e5733f940928930046ae2ff29653bb44fd173d Mon Sep 17 00:00:00 2001 From: Guillaume Ross Date: Fri, 3 Jun 2022 12:35:58 -0400 Subject: [PATCH] Adding the Vanta trust report to a Fleetdm URL. (#6078) Aligned the /security pointer to github so the file looks better too. --- website/config/routes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config/routes.js b/website/config/routes.js index 2e295ada01..094d2df55c 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -241,6 +241,7 @@ module.exports.routes = { // Things that are not webpages here (in the Sails app) yet, but could be in the future. For now they are just // redirects to somewhere else EXTERNAL to the Sails app. 'GET /security': 'https://github.com/fleetdm/fleet/security/policy', + 'GET /trust': 'https://app.vanta.com/fleet/trust/5i2ulsbd76k619q9leaoh0', 'GET /hall-of-fame': 'https://github.com/fleetdm/fleet/pulse', 'GET /apply': 'https://fleet-device-management.breezy.hr', 'GET /jobs': 'https://fleet-device-management.breezy.hr',