Skip to content

shutdown snapshot monitoring #1800

shutdown snapshot monitoring

shutdown snapshot monitoring #1800

Workflow file for this run

name: 'Hadolint Linting'
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: "Dockerfile*"
recursive: true
# don't pin versions in dependencies
ignore: DL3028,DL3008,DL3018