Skip to content

Install tflint 0.51.1-r3 #99

Install tflint 0.51.1-r3

Install tflint 0.51.1-r3 #99

Workflow file for this run

name: Hadolint 👀
on:
push:
paths:
- Dockerfile
branches:
- '*'
tags:
- '*'
jobs:
build:
name: Lint Containerfile using Hadolint
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- uses: hadolint/hadolint-action@master
with:
dockerfile: Dockerfile
failure-threshold: warning