You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Scan images using Trivy
* use python 3.12 base image
python 3.12.4 did not work, which is why the version was pinned to 3.12.3.
However, the most recent python 3.12 version should work again.
* continue to build and scan images after one build / scan fails
e.g. when python 3.10 is vulnerable and fails, we still want to scan 3.11 and 3.12.
* add trivy config and ignore file
0 commit comments