-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
L: dockerDocker containersDocker containersT: feature-requestRequests for new featuresRequests for new features
Description
Dependabot supports a versioning strategy.
Some developers may want to pin by hash. It's useful to further mitigate against compromised packages. Although this is already supported by dependabot, dependabot does not allow upgrading from version pinning to hash pinning. This makes it very time-consuming for developers to upgrade. For example, if a current dockerfile contains FROM pkgname@v1.2.3 and maintainers want to upgrade all such occurrences to FROM pkgname@v1.2.3:hash, there's no easy way to tell dependabot to do that, AFAIK.
Having an option to do that would be amazing. It could possibly live under the versioning-strategy.
Is this something you'd be interested in adding, or accept PRs?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
L: dockerDocker containersDocker containersT: feature-requestRequests for new featuresRequests for new features