mirror of
https://github.com/rancher/norman.git
synced 2025-09-26 07:12:30 +00:00
Merge pull request #409 from rancher/enable_fossa
enable fossa scanning
This commit is contained in:
13
.drone.yml
13
.drone.yml
@@ -21,3 +21,16 @@ 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
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: FOSSA_API_KEY
|
||||||
|
when:
|
||||||
|
instance:
|
||||||
|
- drone-publish.rancher.io
|
||||||
|
Reference in New Issue
Block a user