Skip to content

chore(deps): bump github.com/aquasecurity/trivy from 0.69.2 to 0.69.3#251

Merged
codacybeta merged 1 commit intomasterfrom
dependabot/go_modules/github.com/aquasecurity/trivy-0.69.3
Mar 9, 2026
Merged

chore(deps): bump github.com/aquasecurity/trivy from 0.69.2 to 0.69.3#251
codacybeta merged 1 commit intomasterfrom
dependabot/go_modules/github.com/aquasecurity/trivy-0.69.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps github.com/aquasecurity/trivy from 0.69.2 to 0.69.3.

Release notes

Sourced from github.com/aquasecurity/trivy's releases.

v0.69.3

Changelog

  • 6fb20c8edd70745d6b34bff0387b53b03c8a760a release: v0.69.3 [release/v0.69] (#10293)
  • dabefec57d099184bc8bd268dea23cd5d502f9cc fix(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 [backport: release/v0.69] (#10291)
Changelog

Sourced from github.com/aquasecurity/trivy's changelog.

0.69.3 (2026-03-03)

Bug Fixes

  • deps: bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 [backport: release/v0.69] (#10291) (dabefec)
Commits
  • 6fb20c8 release: v0.69.3 [release/v0.69] (#10293)
  • dabefec fix(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 [backport: ...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 9, 2026 11:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 9, 2026
@codacybeta codacybeta enabled auto-merge (squash) March 9, 2026 11:28
@codacy-production
Copy link

codacy-production bot commented Mar 9, 2026

Codacy's Analysis Summary

0 new issue (≤ 1 medium issue)
0 new security issue (≤ 0 issue)
0 complexity
0 duplications
More details

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes. Give us feedback

Copy link

@codacy-production codacy-production bot left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

While the dependency bump itself is simple, this PR fails to satisfy a requirement explicitly documented in the go.mod file: updating the .circle/config.yml configuration in sync with the Trivy version. This will result in an inconsistency where the CI pipeline uses a different version of the tool than the one defined in the project configuration. Furthermore, the absence of an accompanying go.sum update suggests that standard Go tooling was not used to perform the update, which can compromise build reproducibility. These issues must be addressed to ensure environment parity and repository health.

About this PR

  • The changes to go.mod are not accompanied by corresponding updates to go.sum. Please ensure you run go mod tidy or a similar command to update the checksum file and include it in the PR to maintain build integrity.

Suggestions for missing tests

  • Verify successful project build with trivy v0.69.3
  • Verify that .circle/config.yml is updated to align with the new trivy version as required by the code comment
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify successful project build with trivy v0.69.3
2. Verify that .circle/config.yml is updated to align with the new trivy version as required by the code comment

🗒️ Improve review quality by adding custom instructions

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/aquasecurity/trivy-0.69.3 branch from 739a887 to 3079aa9 Compare March 9, 2026 11:44
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/aquasecurity/trivy-0.69.3 branch from 3079aa9 to 6bc1459 Compare March 9, 2026 11:59
codacybeta
codacybeta previously approved these changes Mar 9, 2026
Bumps [github.com/aquasecurity/trivy](https://github.com/aquasecurity/trivy) from 0.69.2 to 0.69.3.
- [Release notes](https://github.com/aquasecurity/trivy/releases)
- [Changelog](https://github.com/aquasecurity/trivy/blob/v0.69.3/CHANGELOG.md)
- [Commits](aquasecurity/trivy@v0.69.2...v0.69.3)

---
updated-dependencies:
- dependency-name: github.com/aquasecurity/trivy
  dependency-version: 0.69.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@afsmeira afsmeira force-pushed the dependabot/go_modules/github.com/aquasecurity/trivy-0.69.3 branch from 6bc1459 to 9d57ddd Compare March 9, 2026 12:59
@codacybeta codacybeta merged commit 20b93de into master Mar 9, 2026
8 checks passed
@codacybeta codacybeta deleted the dependabot/go_modules/github.com/aquasecurity/trivy-0.69.3 branch March 9, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant