Try to add hadolint back
This commit is contained in:
parent
996d31b9eb
commit
7e9f2e38ca
@ -12,8 +12,8 @@ steps:
|
||||
image: python:3
|
||||
commands:
|
||||
- pip install docker-compose pre-commit
|
||||
# This image doesn't have docker, so we skip Hadolint
|
||||
- env SKIP=hadolint make check
|
||||
- wget -L -o /usr/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v1.18.0/hadolint-Linux-x86_64
|
||||
- make check
|
||||
|
||||
- name: itest
|
||||
image: docker/compose:alpine-1.26.2
|
||||
|
@ -18,4 +18,4 @@ repos:
|
||||
rev: v2.0.0
|
||||
hooks:
|
||||
- id: docker-compose-check
|
||||
- id: hadolint
|
||||
- id: hadolint-system
|
||||
|
Loading…
Reference in New Issue
Block a user