You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin npm dependencies using yarn --frozen-lockfile (#72)
* Disable npm lifecycle scripts and npx for security
- Create Dockerfile with ignore-scripts configuration for npm/yarn
- Disable npx with informative error message
- Update devcontainer.json to use the new Dockerfile
Fixes PDE-183
Co-authored-by: Ona <no-reply@ona.com>
* Pin npm dependencies using yarn --frozen-lockfile
Use yarn install --frozen-lockfile to ensure dependencies are installed
from the lock file.
Fixes PDE-190
Co-authored-by: Ona <no-reply@ona.com>
---------
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Milan Pavlik <pavlik.mil@gmail.com>
0 commit comments