-
-
Notifications
You must be signed in to change notification settings - Fork 283
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- sh scripts that used the master/main branch.
- Docker images using “latest”.
- Dotnet dependencies with no version set.
Still a lot of npm, pip, etc.... This can be done in a next phase after merge all those PRs.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request