From 38c18e84a5820ab420284ea242eb5429b5ef0d10 Mon Sep 17 00:00:00 2001 From: Nelson Roberts Date: Thu, 31 Mar 2022 14:41:35 -0700 Subject: [PATCH] enable fossa scanning request: https://github.com/rancherlabs/eio/issues/772 --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.drone.yml b/.drone.yml index f628e2ab5..991b8efb8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -117,3 +117,17 @@ volumes: - name: docker host: path: /var/run/docker.sock + +--- +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