From 3ab434d1c868256cfd68b28093962ee34f2d3143 Mon Sep 17 00:00:00 2001 From: Christian Banse Date: Fri, 3 May 2024 08:58:34 +0200 Subject: [PATCH] Add `Clouditor` to tools We have recently introduced support for the conformance check of CSAF (trusted) providers into our clouditor compliance platform. See https://github.com/clouditor/clouditor/issues/1414 for more information. We have also provided a small quick start in our README how to do it in https://github.com/clouditor/clouditor?tab=readme-ov-file#quickstart-with-ui. There are some limitations, e.g. currently all available documents are scanned for integrity/TLS, etc. This might take too much time for large providers. We are aware of this isse (see https://github.com/clouditor/clouditor/issues/1453, https://github.com/clouditor/clouditor/issues/1454) --- tools.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools.html b/tools.html index d614e82..49688f0 100644 --- a/tools.html +++ b/tools.html @@ -21,6 +21,7 @@ - CSAF Content Management System - CSAF Downloader - CSAF Walker +- Clouditor - SecObserve - Trivy "> @@ -214,6 +215,15 @@

+
+ +
+

Clouditor

+

Clouditor is a tool for the continuous assurance of cloud and other backend services. It supports the conformance check of CSAF (trusted) providers as part of vulnerability management controls.

+
+
+