Skip to content

chore(deps): update aquasec/trivy docker tag to v0.69.3#790

Draft
renovate[bot] wants to merge 1 commit intomainfrom
renovate/aquasec-trivy-0.x
Draft

chore(deps): update aquasec/trivy docker tag to v0.69.3#790
renovate[bot] wants to merge 1 commit intomainfrom
renovate/aquasec-trivy-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 29, 2025

This PR contains the following updates:

Package Update Change
aquasec/trivy (source) minor 0.62.10.69.3

Release Notes

aquasecurity/trivy (aquasec/trivy)

v0.69.3

Compare Source

Changelog

  • 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: release/v0.69] (#​10291)

v0.69.2

Compare Source

Changelog

  • cfa322e release: v0.69.2 [release/v0.69] (#​10266)
  • 86debce fix(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 [backport: release/v0.69] (#​10267)
  • cf3d4cd fix(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 [backport: release/v0.69] (#​10264)
  • 6dfd3b0 ci: remove apidiff workflow

v0.69.1

Compare Source

v0.69.0

Compare Source

⚠ BREAKING CHANGES
  • misconf: use ID instead of AVDID for providers mapping (#​9752)
Features
Bug Fixes
Performance Improvements
  • misconf: optimize string concatenation in azure scanner (#​9969) (10a50a7)
Code Refactoring
  • misconf: use ID instead of AVDID for providers mapping (#​9752) (6462dc8)

v0.68.2

Compare Source

Changelog

v0.68.1

Compare Source

Bug Fixes
  • update cosing settings for GoReleaser after bumping cosing to v3 (#​9863) (c7accc8)

v0.67.2

Compare Source

Changelog

  • 60c57ad release: v0.67.2 [release/v0.67] (#​9639)
  • f3ee80c fix: Use fetch-level: 1 to check out trivy-repo in the release workflow [backport: release/v0.67] (#​9638)

v0.67.1

Compare Source

Changelog
  • cbed239 release: v0.67.1 [release/v0.67] (#​9614)
  • 1a84093 fix: restore compatibility for google.protobuf.Value [backport: release/v0.67] (#​9631)
  • 3bc1490 fix: using SrcVersion instead of Version for echo detector [backport: release/v0.67] (#​9629)
  • 542eee7 fix: add buildInfo for BlobInfo in rpc package [backport: release/v0.67] (#​9615)
  • f65dd05 fix(vex): don't use reused BOM [backport: release/v0.67] (#​9612)

v0.67.0

Compare Source

Features
Bug Fixes
  • aws: use BuildableClient insead of xhttp.Client (#​9436) (fa6f1bf)
  • close file descriptors and pipes on error paths (#​9536) (a4cbd6a)
  • db: Dowload database when missing but metadata still exists (#​9393) (92ebc7e)
  • k8s: disable parallel traversal with fs cache for k8s images (#​9534) (c0c7a6b)
  • misconf: handle tofu files in module detection (#​9486) (bfd2f6b)
  • misconf: strip build metadata suffixes from image history (#​9498) (c938806)
  • misconf: unmark cty values before access (#​9495) (8e40d27)
  • misconf: wrap legacy ENV values in quotes to preserve spaces (#​9497) (267a970)
  • nodejs: parse workspaces as objects for package-lock.json files (#​9518) (404abb3)
  • nodejs: use snapshot string as Package.ID for pnpm packages (#​9330) (4517e8c)
  • vex: don't suppress vulns for packages with infinity loop (#​9465) (78f0d4a)
  • vuln: compare nuget package names in lower case (#​9456) (1ff9ac7)

v0.66.0

Compare Source

Features
  • add timeout handling for cache database operations (#​9307) (235c24e)
  • misconf: added audit config attribute (#​9249) (4d4a244)
  • secret: implement streaming secret scanner with byte offset tracking (#​9264) (5a5e097)
  • terraform: use .terraform cache for remote modules in plan scanning (#​9277) (298a994)
Bug Fixes

v0.65.0

Compare Source

Features
Bug Fixes

v0.64.1

Compare Source

Changelog
  • 86ee3c1 release: v0.64.1 [release/v0.64] (#​9122)
  • 4e12722 fix(misconf): skip rewriting expr if attr is nil [backport: release/v0.64] (#​9127)
  • 9a7d384 fix(cli): Add more non-sensitive flags to telemetry [backport: release/v0.64] (#​9124)
  • 53adfba fix(rootio): check full version to detect root.io packages [backport: release/v0.64] (#​9120)
  • 8cf1bf9 fix(alma): parse epochs from rpmqa file [backport: release/v0.64] (#​9119)

v0.64.0

Compare Source

Features
Bug Fixes
  • Add missing version check flags (#​8951) (ef5f8de)
  • cli: add some values to the telemetry call (#​9056) (fd2bc91)
  • Correctly check for semver versions for trivy version check (#​8948) (b813527)
  • don't show corrupted trivy-db warning for first run (#​8991) (4ed78e3)
  • misconf: .Config.User always takes precedence over USER in .History (#​9050) (371b8cc)
  • misconf: correct Azure value-to-time conversion in AsTimeValue (#​9015) (40d017b)
  • misconf: move disabled checks filtering after analyzer scan (#​9002) (a58c36d)
  • misconf: reduce log noise on incompatible check (#​9029) (99c5151)
  • nodejs: correctly parse packages array of bun.lock file (#​8998) (875ec3a)
  • report: don't panic when report contains vulns, but doesn't contain packages for table format (#​8549) (87fda76)
  • sbom: remove unnecessary OS detection check in SBOM decoding (#​9034) (198789a)

v0.63.0

Compare Source

Features
Bug Fixes
Performance Improvements
  • secret: only match secrets of meaningful length, allow example strings to not be matched (#​8602) (60fef1b)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.63.0 chore(deps): update aquasec/trivy docker tag to v0.64.0 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch 2 times, most recently from 7cf258d to 7e711be Compare July 3, 2025 17:42
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.64.0 chore(deps): update aquasec/trivy docker tag to v0.64.1 Jul 3, 2025
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.64.1 chore(deps): update aquasec/trivy docker tag to v0.65.0 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 7e711be to beed53b Compare July 31, 2025 08:54
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from beed53b to 4f24c6a Compare September 2, 2025 20:43
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.65.0 chore(deps): update aquasec/trivy docker tag to v0.66.0 Sep 2, 2025
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.66.0 chore(deps): update aquasec/trivy docker tag to v0.67.0 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 4f24c6a to e787336 Compare September 30, 2025 10:28
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.67.0 chore(deps): update aquasec/trivy docker tag to v0.67.1 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch 2 times, most recently from ca9190a to f0e3f04 Compare October 10, 2025 17:55
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.67.1 chore(deps): update aquasec/trivy docker tag to v0.67.2 Oct 10, 2025
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.67.2 chore(deps): update aquasec/trivy docker tag to v0.68.1 Dec 3, 2025
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from f0e3f04 to 15eb487 Compare December 3, 2025 11:00
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.68.1 chore(deps): update aquasec/trivy docker tag to v0.68.2 Dec 17, 2025
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 15eb487 to 73fc727 Compare December 17, 2025 10:49
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.68.2 chore(deps): update aquasec/trivy docker tag to v0.69.0 Jan 30, 2026
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch 2 times, most recently from 1dcbb8c to e8b1e3b Compare February 2, 2026 17:17
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.69.0 chore(deps): update aquasec/trivy docker tag to v0.69.1 Feb 5, 2026
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from e8b1e3b to 60512cb Compare February 5, 2026 18:02
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.69.1 chore(deps): update aquasec/trivy docker tag to v0.69.2 Mar 1, 2026
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 60512cb to 7849bcb Compare March 1, 2026 21:03
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 7849bcb to 777129b Compare March 3, 2026 14:43
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.69.2 chore(deps): update aquasec/trivy docker tag to v0.69.3 Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants