Unverified Commit f9343ec8 authored by Michael Daniels's avatar Michael Daniels
Browse files

trivy: add warning for version bumps

parent 87349adf
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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";