makefile: SELinux-related fix for hadolint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-04-21 14:18:16 +02:00
parent 68ac3ba380
commit 6d1e164bb3
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -13,8 +13,7 @@ vcs_ref = $$(git rev-parse --short HEAD)
build_date= $$(date -u +"%Y-%m-%dT%H:%M:%SZ")
hadolintimg = hadolint/hadolint
hadolinttag = v2.9.3-alpine
hadolintargs = run --rm -i -v $$PWD/.hadolint.yaml:/root/.config/hadolint.yaml
hadolintargs = run --rm -i -v $$PWD:/src:z --workdir=/src
.PHONY: hadolint build kaniko clean test prune
hadolint: