Skip to content

Bump hadolint/hadolint-action from 3.3.0 to 3.4.0 #119

Bump hadolint/hadolint-action from 3.3.0 to 3.4.0

Bump hadolint/hadolint-action from 3.3.0 to 3.4.0 #119

Workflow file for this run

---
name: hadolint Dockerfile
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v6
- name: Run Hadolint Action
uses: hadolint/hadolint-action@v3.4.0
with:
dockerfile: Dockerfile