Skip to content

chore: bump up Trivy to version v0.67.0#2764

Merged
afdesk merged 8 commits intoaquasecurity:mainfrom
afdesk:chore/bump-trivy-v0.67
Oct 7, 2025
Merged

chore: bump up Trivy to version v0.67.0#2764
afdesk merged 8 commits intoaquasecurity:mainfrom
afdesk:chore/bump-trivy-v0.67

Conversation

@afdesk
Copy link
Copy Markdown
Contributor

@afdesk afdesk commented Sep 30, 2025

Description

This PR updates Trivy to version 0.67.0, updates generated CRDs with controller-gen v0.18 (ensuring compatibility with Go 1.25) , and standardizes builds/tests on Go 1.25 with GOEXPERIMENT=jsonv2.

Checklist

  • I've read the guidelines for contributing to this repository.
  • I've added tests that prove my fix is effective or that my feature works.
  • I've updated the documentation with the relevant information (if needed).
  • I've added usage information (if the PR introduces new options)
  • I've included a "before" and "after" example to the description (if the PR is a user interface change).

@github-actions github-actions bot added the misc label Sep 30, 2025
@afdesk afdesk marked this pull request as ready for review October 6, 2025 13:02
@afdesk afdesk requested a review from simar7 as a code owner October 6, 2025 13:02
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Do you know why this file was heavily modified?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yes! it was my largest concern )
actually this credentials aren't changed, they are equal.
controller-gen v0.18 just reorganized it.
For example
now:

- apiGroups:
  - ""
resources:
  - configmaps
  - limitranges
  verbs:
  - get
  - list
  - watch

instead of:

- apiGroups:
  - ""
resources:
  - configmaps
  verbs:
  - get
  - list
  - watch
- apiGroups:
  - ""
  resources:
  - limitranges
  verbs:
  - get
  - list
  - watch

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I see - makes sense then.

Copy link
Copy Markdown
Member

@simar7 simar7 left a comment

Choose a reason for hiding this comment

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

Just left one comment.

@afdesk afdesk merged commit 20a5a7b into aquasecurity:main Oct 7, 2025
10 checks passed
@afdesk afdesk deleted the chore/bump-trivy-v0.67 branch October 7, 2025 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants