From 14ecdb56965c98440a191ef51c85728335a2f120 Mon Sep 17 00:00:00 2001 From: Stefan Fleckenstein Date: Mon, 10 Nov 2025 06:55:55 +0000 Subject: [PATCH] docs: change SecObserve URLs in documentatio (#9771) --- docs/ecosystem/cicd.md | 4 ++-- docs/ecosystem/reporting.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ecosystem/cicd.md b/docs/ecosystem/cicd.md index d391402b4f..3973174b77 100644 --- a/docs/ecosystem/cicd.md +++ b/docs/ecosystem/cicd.md @@ -82,8 +82,8 @@ It has capabilities to fail the pipeline, create issues, alert communication cha ## SecObserve GitHub actions and GitLab templates (Community) -[SecObserve GitHub actions and GitLab templates](https://github.com/MaibornWolff/secobserve_actions_templates) run various vulnerability scanners, providing uniform methods and parameters for launching the tools. +[SecObserve GitHub actions and GitLab templates](https://github.com/SecObserve/secobserve_actions_templates) run various vulnerability scanners, providing uniform methods and parameters for launching the tools. The Trivy integration supports scanning Docker images and local filesystems for vulnerabilities as well as scanning IaC files for misconfigurations. -👉 Get it at: +👉 Get it at: diff --git a/docs/ecosystem/reporting.md b/docs/ecosystem/reporting.md index de6de6d8d4..63c5901746 100644 --- a/docs/ecosystem/reporting.md +++ b/docs/ecosystem/reporting.md @@ -8,7 +8,7 @@ DefectDojo can parse Trivy JSON reports. The parser supports deduplication and a ## SecObserve (Community) SecObserve can parse Trivy results as CycloneDX reports and provides an unified overview of vulnerabilities from different sources. Vulnerabilities can be evaluated with manual and rule based assessments. -👉 Get it at: +👉 Get it at: ## Scan2html (Community) A Trivy plugin that scans and outputs the results to an interactive html file.