Skip to content

Workflows updated from AnchorFree/workflows:b96a441 #27

Workflows updated from AnchorFree/workflows:b96a441

Workflows updated from AnchorFree/workflows:b96a441 #27

Workflow file for this run

# Workflow managed by https://github.com/AnchorFree/workflows/
name: Hadolint Linter
on: [pull_request]
jobs:
hadolint:
name: Hadolint scan
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Scanning the dockerfile
uses: reviewdog/[email protected]
with:
reporter: github-pr-review
filter_mode: file