From ce7677f0ef667cdd9a2be0ddb47d7b400661f867 Mon Sep 17 00:00:00 2001 From: Nelson Roberts Date: Thu, 31 Mar 2022 13:48:37 -0700 Subject: [PATCH] enable fossa scaning request: https://github.com/rancherlabs/eio/issues/772 --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.drone.yml b/.drone.yml index a9b80360..8377fb2b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,3 +21,16 @@ volumes: - name: socket 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