aquasecurity / trivy

Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
https://aquasecurity.github.io/trivy
Apache License 2.0
23.1k stars 2.28k forks source link

chore(helm): bump up Trivy Helm chart #7441

Closed afdesk closed 4 weeks ago

afdesk commented 1 month ago

Description

This PR bumps up Trivy version in the helm chart.

Note: There is a breaking change since Trivy 0.51.0 for kubernetes scan - #6323. It can affect on UX.

The Helm chart runs Trivy in server mode, so this update shouldn't mark as a breaking change.

Checklist

miriamstreit commented 3 weeks ago

@afdesk Not sure if this is the right place to ask but did you notice the helm publish step being skipped? I stumbled over this PR because I was trying to figure out how to install the newest helm chart from the registry

afdesk commented 3 weeks ago

@afdesk Not sure if this is the right place to ask but did you notice the helm publish step being skipped? I stumbled over this PR because I was trying to figure out how to install the newest helm chart from the registry

thanks for the question. yes, it seems we have to update https://github.com/aquasecurity/helm-charts

afdesk commented 3 weeks ago

@miriamstreit the registry will be updated with next Trivy release. thanks for araise this moment.