Fix readme duplication

This commit is contained in:
Sander Declerck 2026-02-27 15:38:56 +01:00
parent ba604eaeaa
commit 0fdfbf6ba9
No known key found for this signature in database

View file

@ -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 ## Custom Registries
Configure Safe Chain to scan packages from custom or private registries. Configure Safe Chain to scan packages from custom or private registries.