quay / clair

Vulnerability Static Analysis for Containers
https://quay.github.io/clair/
Apache License 2.0
10.36k stars 1.16k forks source link

contrib: account for different container engine clients #2039

Closed crozzy closed 7 months ago

crozzy commented 7 months ago

Apparently the runner might not support podman, this change allows for either. Unfortunately, with docker you need to pre-tag images and can't do it all with one command like podman.

crozzy commented 7 months ago

The classic contrib 2 step

crozzy commented 7 months ago

I thought about adding a make command, but decided it's weird to have something in an upstream makefile that is only ever executed by internal process.

hdonnay commented 7 months ago

yeah, adding a Makefile would be weird