mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-09-04 06:39:22 +00:00
feat: first commit
This commit is contained in:
+15
@@ -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'
|
||||
Reference in New Issue
Block a user