Browse Source

test-trivy

pull/28/head
fedy95 4 years ago
parent
commit
7e09260e1f
  1. 11
      .drone.yml
  2. 1
      README.md

11
.drone.yml

@ -45,6 +45,17 @@ steps:
when:
event: pull_request
- name: cleanup
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker rmi registry.fedy95.com/baseimage-yamllint:$DRONE_COMMIT_SHA
when:
event: pull_request
- name: release
image: docker:dind
volumes:

1
README.md

@ -6,3 +6,4 @@ Baseimage for CI tasks
- [yamllint git](https://github.com/adrienverge/yamllint)
- [alpine](https://pkgs.alpinelinux.org/packages?name=yamllint)
- [trivy](https://github.com/aquasecurity/trivy)