Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ require (
github.com/ProtonMail/go-crypto v1.3.0
github.com/acobaugh/osrelease v0.1.0
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b
github.com/aquasecurity/trivy v0.63.0
github.com/aquasecurity/trivy v0.70.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Bump the replaced Trivy fork with this version update

Updating github.com/aquasecurity/trivy to v0.70.0 here does not update the Trivy code we actually build, because go.mod still unconditionally replaces that module with github.com/DataDog/trivy v0.0.0-20260407220859-6cf8ddc1826c (line 1239). Since the replace target did not change, all builds continue using the same fork snapshot, so the expected fixes from the v0.70.0 upstream bump are not actually applied unless the fork reference is advanced too.

Useful? React with 👍 / 👎.

github.com/aquasecurity/trivy-db v0.0.0-20250604074528-8a8d6e3cc002
github.com/avast/retry-go/v4 v4.7.0
github.com/aws/aws-sdk-go-v2 v1.41.6
Expand Down
Loading