mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
15 lines
341 B
YAML
15 lines
341 B
YAML
name: 'Hadolint Action'
|
|
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'
|