From 0fdfbf6ba995e16e1710f174b60ebc8b16d975c9 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Fri, 27 Feb 2026 15:38:56 +0100 Subject: [PATCH] Fix readme duplication --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 697bab1..f23a0ae 100644 --- a/README.md +++ b/README.md @@ -226,22 +226,6 @@ export SAFE_CHAIN_NPM_MINIMUM_PACKAGE_AGE_EXCLUSIONS="@aikidosec/*" } ``` -### Excluding Packages - -Exclude trusted packages from minimum age filtering via environment variable or config file (both are merged). Use `@scope/*` to trust all packages from an organization: - -```shell -export SAFE_CHAIN_NPM_MINIMUM_PACKAGE_AGE_EXCLUSIONS="@aikidosec/*" -``` - -```json -{ - "npm": { - "minimumPackageAgeExclusions": ["@aikidosec/*"] - } -} -``` - ## Custom Registries Configure Safe Chain to scan packages from custom or private registries.