5 lines
106 B
Plaintext
Raw Normal View History

#!/bin/sh
podman run --rm -i docker.io/hadolint/hadolint \
hadolint --no-fail --format=json - < "$@"