Tags are supposedly unsafe as they are not immutable. A malicious third party can potentially retag a release containing harmful changes, which would then be executed as part of the build.
Using the commit id makes this much more difficult, as this is not easily reproducible.
Tags are supposedly unsafe as they are not immutable. A malicious third party can potentially retag a release containing harmful changes, which would then be executed as part of the build.
Using the commit id makes this much more difficult, as this is not easily reproducible.