From 974c0a7f91cc10109a3277559c429b8a96708641 Mon Sep 17 00:00:00 2001 From: Nelson Roberts Date: Thu, 31 Mar 2022 14:32:46 -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 0000000..4420ccb --- /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