1
0
Fork 0
mirror of https://github.com/hadolint/hadolint-action.git synced 2024-08-16 10:09:53 +02:00
hadolint/action.yml

16 lines
341 B
YAML
Raw Normal View History

2019-10-02 23:17:00 +02:00
name: 'Hadolint Action'
2019-10-02 22:50:00 +02:00
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'