feat: first commit

This commit is contained in:
Bruno Paz
2019-10-02 21:50:00 +01:00
commit 0c77515c56
12 changed files with 260 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
name: 'Hadolint'
description: 'Action that runs Hadolint Dockerfile linting tool'
author: 'Bruno Paz'
inputs:
dockerfile:
description: 'The path to the Dockerfile to lint'
default: 'Dockerfile'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.dockerfile }}
branding:
icon: 'layers'
color: 'purple'