Skip to content

feat(STONEINTG-948): migrate redhat-appstudio/clair-in-ci #132

feat(STONEINTG-948): migrate redhat-appstudio/clair-in-ci

feat(STONEINTG-948): migrate redhat-appstudio/clair-in-ci #132

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