Skip to content

Commit

Permalink
Add Hadolint to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Mar 1, 2023
1 parent cfed0cb commit 621c340
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# Lint the Dockerfiles
- name: Lint the Dockerfile
uses: hadolint/[email protected]
with:
dockerfile: chiselled-jre/Dockerfile.${{ matrix.ubuntu-release }}
ignore: DL3008,DL3015,SC3028

- name: Build the chiselled-jre image
run: |
docker buildx build \
Expand Down

0 comments on commit 621c340

Please sign in to comment.