add comment to workflow

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2026-08-22 11:16:58 +02:00
committed by GitHub
parent 8bf6193fd0
commit 6156c887f3
+1
View File
@@ -40,6 +40,7 @@ jobs:
# DL3066 info: Non-numeric user-id may not be resolvable by host system
hadolint "$file" --ignore DL3018 --ignore DL3041 --ignore DL3066 | tee -a hadolint.log
done
# hadolint only prints to console if it finds issues, so the workflow needs to fail if it printed something
if [ -s hadolint.log ]; then
exit 1
fi