Skip to content

Adding Docker Scout Security Action #113

Adding Docker Scout Security Action

Adding Docker Scout Security Action #113

name: Dockerfile Linting
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
hadolint:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
recursive: true
dockerfile: "*/Dockerfile_*"
failure-threshold: "warning"