Skip to content

Bump jbergstroem/hadolint-gh-action from 1.11.0 to 1.12.2 #3

Bump jbergstroem/hadolint-gh-action from 1.11.0 to 1.12.2

Bump jbergstroem/hadolint-gh-action from 1.11.0 to 1.12.2 #3

Workflow file for this run

name: Run linters/fixers
on: [push]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
hadolint:
name: Hadolint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- uses: jbergstroem/hadolint-gh-action@39e57273ed8f513872326b228217828be6a42730 # v1.12.2
with:
dockerfile: '**/*Dockerfile'
error_level: '1' # Fail on warning or above.