Skip to content

DEVOPS-9884-new-updated-high-vunerability-issues #26

DEVOPS-9884-new-updated-high-vunerability-issues

DEVOPS-9884-new-updated-high-vunerability-issues #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/action-hadolint@v1.34.1
with:
reporter: github-pr-review
filter_mode: file