Skip to content

Workflows updated from AnchorFree/workflows:a53196f #26

Workflows updated from AnchorFree/workflows:a53196f

Workflows updated from AnchorFree/workflows:a53196f #26

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@v3
- name: Scanning the dockerfile
uses: reviewdog/[email protected]
with:
reporter: github-pr-review
filter_mode: file