Skip to content

[ODS-6424] Add dependencies scan action to main-5x (#189) #567

[ODS-6424] Add dependencies scan action to main-5x (#189)

[ODS-6424] Add dependencies scan action to main-5x (#189) #567

Workflow file for this run

name: Lint Docker Files
on: [push, pull_request]
jobs:
build:
name: Lint Docker Files
runs-on: ubuntu-latest
steps:
- name: Checkout Ed-Fi-ODS-Docker
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
# https://github.com/github/super-linter#how-to-use
- name: Lint Docker Files
uses: github/super-linter@431ee7836e8cdce5a460b0db682d9169563d919b # v4.9.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
VALIDATE_DOCKERFILE_HADOLINT: true