I did try to use detect-secret and exclude my package-lock.json file . However, that command did not help me achieve that as it was missing --update flag. After talking to the team, I realized I need to add that flag to the command and thus creating a PR which has the flag updated in sh command and also an example that can help adopters know how to easily exclude files while using detect-secret.
I did try to use detect-secret and exclude my package-lock.json file . However, that command did not help me achieve that as it was missing
--update
flag. After talking to the team, I realized I need to add that flag to the command and thus creating a PR which has the flag updated in sh command and also an example that can help adopters know how to easily exclude files while using detect-secret.