diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4a498d8 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +--- + +kind: pipeline +name: fossa + +steps: +- name: fossa + image: rancher/drone-fossa:latest + settings: + api_key: + from_secret: FOSSA_API_KEY + when: + instance: + - drone-publish.rancher.io +