Skip to content

chore(deps): bump certifi from 2023.11.17 to 2024.7.4 in /scripts/mir… #1808

chore(deps): bump certifi from 2023.11.17 to 2024.7.4 in /scripts/mir…

chore(deps): bump certifi from 2023.11.17 to 2024.7.4 in /scripts/mir… #1808

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/[email protected]
with:
dockerfile: "Dockerfile*"
recursive: true
# don't pin versions in dependencies
ignore: DL3028,DL3008,DL3018