Skip to content

chore(deps): bump gitpython from 3.1.32 to 3.1.34 #5736

chore(deps): bump gitpython from 3.1.32 to 3.1.34

chore(deps): bump gitpython from 3.1.32 to 3.1.34 #5736

Workflow file for this run

name: Lint Dockerfile
on:
pull_request:
jobs:
docker_lint:
name: Lint Dockerfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run hadolint
uses: reviewdog/action-hadolint@v1
with:
reporter: github-pr-review
hadolint_ignore: DL3008