harbor/make/photon/clair/docker-entrypoint.sh

5 lines
86 B
Bash
Raw Normal View History

#!/bin/bash
set -e
/dumb-init -- /clair2.0.1/clair -config /config/config.yaml
set +e