Files
releases/.github/workflows
Stephan Renatus fd9c46c47a workflows: add nightly vuln checks for released versions/images
This is almost what do in nightlies, but:

1. Not pulling docker images, trivy can do that -- we don't deal with
   changing tags here (latest, edge), but concrete ones that don't get
   overwritten in dockerhub ever.
2. It's a different, since we don't want nightly to turn red when there
   is a vulnerability in the latest release, it's two separate concerns.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2026-02-18 09:28:41 +01:00
..