Hadolint aktiviert
This commit is contained in:
parent
36a694f2c4
commit
cd16d9f844
1 changed files with 6 additions and 6 deletions
12
.drone.yml
12
.drone.yml
|
@ -8,12 +8,12 @@ steps:
|
|||
settings:
|
||||
path: .
|
||||
# https://github.com/hadolint/hadolint/blob/master/docs/INTEGRATION.md
|
||||
# - name: hadolint
|
||||
# image: hadolint/hadolint:latest-debian
|
||||
# # image: ghcr.io/hadolint/hadolint:latest-debian
|
||||
# commands:
|
||||
# - hadolint --version
|
||||
# - hadolint Dockerfile
|
||||
- name: hadolint
|
||||
image: hadolint/hadolint:latest-debian
|
||||
# image: ghcr.io/hadolint/hadolint:latest-debian
|
||||
commands:
|
||||
- hadolint --version
|
||||
- hadolint Dockerfile
|
||||
- name: docker_build_and_push
|
||||
image: plugins/docker
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue