From 63a928e41184c3ced7439e916a2d2241ef09da5e Mon Sep 17 00:00:00 2001 From: Nelson Roberts Date: Tue, 31 May 2022 13:27:49 -0700 Subject: [PATCH] enable fossa scanning (#2895) * enable fossa scanning request: https://github.com/rancherlabs/eio/issues/772 * fossa should not fail CI Co-authored-by: Ross Kirkpatrick --- .drone.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7479a4d6..9c68f0c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -175,3 +175,18 @@ volumes: - name: socket host: path: /var/run/docker.sock + +--- +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