From 85b7909eb18b50966902882b78d87789a1e55624 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Thu, 7 May 2026 10:29:23 -0400 Subject: [PATCH] docs: add sansec ecomscan to the root README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80f8a0a..011f650 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,4 @@ Opinionated Github Actions and Workflows to make building, testing, and maintain | [Supported Version](./supported-version/README.md) | A Github Action that computes the currently supported Github Actions Matrix for Magento 2 | | [Setup Install](./setup-install/README.md) | A Github Action that runs `bin/magento setup:install` from the supported-version services matrix | | [Setup DI Compile](./setup-di-compile/README.md) | A Github Action that enables all modules and runs `bin/magento setup:di:compile` | +| [Sansec eComscan](./sansec-ecomscan/README.md) | A Github Action that runs the Sansec eComscan security scanner. |