Skip to content

chore(Dockerfile): bump projectquay/clair-action from v0.0.10 to v0.0.11 #131

chore(Dockerfile): bump projectquay/clair-action from v0.0.10 to v0.0.11

chore(Dockerfile): bump projectquay/clair-action from v0.0.10 to v0.0.11 #131

Workflow file for this run

on:
pull_request:
branches: [ main ]
jobs:
lint:
name: Lint change content
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Dockerfile linter
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL3041