1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-19 01:44:28 +00:00

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 <ross.kirkpatrick@suse.com>
This commit is contained in:
Nelson Roberts
2022-05-31 13:27:49 -07:00
committed by GitHub
parent 7f8adf0ecb
commit 63a928e411

View File

@@ -175,3 +175,18 @@ volumes:
- name: socket - name: socket
host: host:
path: /var/run/docker.sock 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