trivy: add warning for version bumps

This commit is contained in:
Michael Daniels
2026-03-28 23:40:15 -04:00
parent 87349adfc9
commit f9343ec879
+8 -1
View File
@@ -10,7 +10,14 @@
buildGoModule (finalAttrs: {
pname = "trivy";
version = "0.69.3";
# As of March 2026, trivy has made compromised releases twice.
# At a minimum, before updating, check the diff of this package, and of all
# dependencies/GitHub Actions changes, carefully.
# Also read about how the previous compromises occurred, and ensure
# that the signs present then are not present now.
# Finally, weigh the risk of a compromised release against the expected
# benefit of the update, and consider the possibility of not updating.
version = "0.69.3"; # Did you read the comment?
src = fetchFromGitHub {
owner = "aquasecurity";