From 50256a5510caf6f6e0f697544149b98d69976bed Mon Sep 17 00:00:00 2001 From: Nelson Roberts Date: Thu, 31 Mar 2022 14:48:32 -0700 Subject: [PATCH] enable fossa scanning request: https://github.com/rancherlabs/eio/issues/772 --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000..4420ccb2 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +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