mirror of
https://github.com/rancher/rke.git
synced 2025-09-19 10:26:20 +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:
15
.drone.yml
15
.drone.yml
@@ -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
|
||||||
|
Reference in New Issue
Block a user