ci: test
This commit is contained in:
parent
d5a88cd019
commit
24eb32cb22
1 changed files with 0 additions and 13 deletions
13
.drone.yml
13
.drone.yml
|
@ -3,20 +3,7 @@ kind: pipeline
|
|||
type: docker
|
||||
name: default
|
||||
steps:
|
||||
- name: run gitleaks
|
||||
image: plugins/gitleaks
|
||||
settings:
|
||||
path: .
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
- tag
|
||||
|
||||
- name: hadolint
|
||||
image: hadolint/hadolint:latest-debian
|
||||
commands:
|
||||
- hadolint --version
|
||||
- hadolint Dockerfile
|
||||
|
||||
- name: docker_build_and_push_selfhosted
|
||||
image: plugins/docker
|
||||
|
|
Reference in a new issue