Closed wallrj closed 1 month ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: inteon
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@wallrj: Updated the job-config
configmap in namespace default
at cluster default
using the following files:
config.yaml
using file config/jobs/cert-manager/config.yaml
In https://github.com/cert-manager/testing/pull/1062#issuecomment-2386536745 @inteon noticed that the trivy tests were now failing on cert-manager 1.12 and 1.14 branches. Those releases use an older version of trivy < 0.50.0 which unconditionally appends the schema version (tag) to the supplied DB registry. Newer versions of trivy >= 0.50.0, only append the schema version if it has not been supplied, and log a backwards compatibility message in that case:
So to support both old and new versions, I've removed the schema version from the DB registry variable.
Testing
I ran trivy on all the release branches and observed it download the DB successfully: