aquasecurity / trivy-operator

Kubernetes-native security toolkit
https://aquasecurity.github.io/trivy-operator/latest
Apache License 2.0
1.29k stars 214 forks source link

fix: return proper image digest #2310

Open d-mankowski-synerise opened 2 weeks ago

d-mankowski-synerise commented 2 weeks ago

Trivy Operator incorrectly reported imageID as image digest.

Fixes #2259

Description

Related issues

Remove this section if you don't have related PRs.

Checklist

dkulchinsky commented 1 week ago

looks like a bunch of tests need to be updated to account for the image digest: https://github.com/aquasecurity/trivy-operator/actions/runs/11804608055/job/32885192536?pr=2310

should be fairly simple to fix