canonical / kubeflow-rocks

Rocks for Kubeflow components
Apache License 2.0
0 stars 11 forks source link

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

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 #139