canonical / kserve-rocks

ROCKs for Kserve
0 stars 2 forks source link

ci: enable scheduled trivy scanner and report vulnerabilities as GH issues #97

Closed DnPlas closed 1 month ago

DnPlas commented 1 month ago

This workflow enables a scheduled scanner (that can also be run from a workflow dispatch) to scan images using the trivy scanner. At the same time, enables the automatic creation/edition of Github issues when a vulnerability is found.

Fixes #96