From 085115c297d9fdb763f957cf78a07da3863ec611 Mon Sep 17 00:00:00 2001 From: Lucas Ramage Date: Thu, 31 Mar 2022 16:39:22 -0400 Subject: [PATCH] Implement drone-plugin-fossa --- .drone.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0df7575..b58a350 100644 --- a/.drone.yml +++ b/.drone.yml @@ -243,3 +243,20 @@ depends_on: - linux-arm64 - windows-1809 - windows-20H2 + +--- + +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 +