The lib should install the latest version of detect-secrets on docker.
Current Behavior
If I run the image installed by the lib with /bin/bash as entrypoint and run detect-secrets --version, it shows the version 1.0.3, which is not the latest version of detect-secrets.
Possible Solution
I think that the image should be rebuild and updated on dockerhub.
Steps to Reproduce (for bugs)
npm instal --save-dev detect-secrets
npx detect-secrets (git ls-files)
docker run --entrypoint /bin/bash -it lirantal/detect-secrets
detect-secrets --version
Context
The latest version ignores the package-lock.json file, it would be nice to have this feature.
Your Environment
Library Version used: 1.0.6
Node.js version (e.g. Node.js 5.4): 12.13.1
Operating System and version (desktop or mobile): MacOS
Expected Behavior
The lib should install the latest version of detect-secrets on docker.
Current Behavior
If I run the image installed by the lib with
/bin/bash
as entrypoint and rundetect-secrets --version
, it shows the version 1.0.3, which is not the latest version of detect-secrets.Possible Solution
I think that the image should be rebuild and updated on dockerhub.
Steps to Reproduce (for bugs)
npm instal --save-dev detect-secrets
npx detect-secrets (git ls-files)
docker run --entrypoint /bin/bash -it lirantal/detect-secrets
detect-secrets --version
Context
The latest version ignores the package-lock.json file, it would be nice to have this feature.
Your Environment