3 Commits

Author SHA1 Message Date
Bruno Paz eb9b96be61 feat: update hadolint version and use alpine 2020-04-10 11:54:11 +01:00
Bruno Paz 2a819735f7 chore: create FUNDING.yml 2019-12-03 20:08:54 +00:00
Bruno Paz 5a3e6fd90a docs: Change name in readme 2019-10-03 21:31:44 +01:00
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
# https://help.github.com/en/articles/displaying-a-sponsor-button-in-your-repository
github: brpaz
patreon: brpaz
custom: https://www.buymeacoffee.com/Z1Bu6asGV
+1 -1
View File
@@ -1,4 +1,4 @@
FROM hadolint/hadolint:v1.17.2
FROM hadolint/hadolint:v1.17.5-alpine
COPY LICENSE README.md /
+1 -1
View File
@@ -1,4 +1,4 @@
# hadolint-action Action
# Hadolint GitHub Action
> Action that runs [Hadolint](https://github.com/hadolint/hadolint) Dockerfile linting tool.