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
Right now, there are many linters that do not have the version of the dependency to install and instead install the latest version available at that time.
This goes against the determinism, security, traceability, etc... Because if you generate the image right now or in 5 minutes you can get completely different versions of dependencies.
In this series of PRs I am trying to partly solve this problem:
Right now, there are many linters that do not have the version of the dependency to install and instead install the latest version available at that time.
This goes against the determinism, security, traceability, etc... Because if you generate the image right now or in 5 minutes you can get completely different versions of dependencies.
In this series of PRs I am trying to partly solve this problem:
#4528 #4529 #4530 #4531 #4532 #4533 #4534 #4535 #4536 #4537 #4538 #4539 #4540 #4541 #4542
I have focused on:
Still a lot of npm, pip, etc.... This can be done in a next phase after merge all those PRs.
cc @nvuillam @echoix
The text was updated successfully, but these errors were encountered: