mirror of https://github.com/rancher/ui.git
Merge pull request #4823 from rancher/enable_fossa
enable fossa scanning
This commit is contained in:
commit
0147dfd06d
14
.drone.yml
14
.drone.yml
|
|
@ -135,3 +135,17 @@ volumes:
|
|||
- name: docker
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
|
||||
---
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue