From bb53330abb24ca718c05f9778428ee9d94dd4b1a Mon Sep 17 00:00:00 2001 From: Lucas Ramage Date: Thu, 31 Mar 2022 13:41:24 -0400 Subject: [PATCH] Implement drone-plugin-fossa --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.drone.yml b/.drone.yml index 489f086b..8c9de02f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -170,3 +170,19 @@ steps: depends_on: - linux-amd64 - linux-arm64 + +--- + +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 +