From 3e6ff1ab5621bcbe9d731306ac392e80139b7aff Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Wed, 26 Nov 2025 16:46:01 +0100 Subject: [PATCH] Update readme file --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index b9d0357..7076ca2 100644 --- a/README.md +++ b/README.md @@ -156,26 +156,6 @@ You can set the minimum package age through multiple sources (in order of priori } ``` -### Examples - -- **Set to 48 hours for extra caution:** - - ```shell - npm install express --safe-chain-minimum-package-age-hours=48 - ``` - -- **Set to 1 hour for faster access to new packages:** - - ```shell - npm install express --safe-chain-minimum-package-age-hours=1 - ``` - -- **Completely bypass the age check for a specific install:** - - ```shell - npm install express --safe-chain-skip-minimum-package-age - ``` - # Usage in CI/CD You can protect your CI/CD pipelines from malicious packages by integrating Aikido Safe Chain into your build process. This ensures that any packages installed during your automated builds are checked for malware before installation.