diff --git a/.drone.yml b/.drone.yml index 7479a4d6..9c68f0c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -175,3 +175,18 @@ volumes: - name: socket host: path: /var/run/docker.sock + +--- +kind: pipeline +name: fossa + +steps: +- name: fossa + image: rancher/drone-fossa:latest + failure: ignore + settings: + api_key: + from_secret: FOSSA_API_KEY + when: + instance: + - drone-publish.rancher.io