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:
|
settings:
|
||||||
path: .
|
path: .
|
||||||
# https://github.com/hadolint/hadolint/blob/master/docs/INTEGRATION.md
|
# https://github.com/hadolint/hadolint/blob/master/docs/INTEGRATION.md
|
||||||
# - name: hadolint
|
- name: hadolint
|
||||||
# image: hadolint/hadolint:latest-debian
|
image: hadolint/hadolint:latest-debian
|
||||||
# # image: ghcr.io/hadolint/hadolint:latest-debian
|
# image: ghcr.io/hadolint/hadolint:latest-debian
|
||||||
# commands:
|
commands:
|
||||||
# - hadolint --version
|
- hadolint --version
|
||||||
# - hadolint Dockerfile
|
- hadolint Dockerfile
|
||||||
- name: docker_build_and_push
|
- name: docker_build_and_push
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue