add shellcheck and hadolint

This commit is contained in:
Michael Grote 2023-08-02 18:54:20 +02:00
parent 324b441d27
commit 9d1067ed8c

View file

@ -13,10 +13,19 @@ steps:
exclude: exclude:
- tag - tag
# - name: hadolint - name: shellcheck
# image: hadolint/hadolint:latest-debian image: koalaman/shellcheck
# commands: commands:
# - hadolint Dockerfile - shellcheck app.sh
when:
event:
exclude:
- tag
- name: hadolint
image: hadolint/hadolint:latest-debian
commands:
- hadolint Dockerfile
--- ---
kind: pipeline kind: pipeline