Merge pull request #56 from rancher/fossa

Implement drone-plugin-fossa
This commit is contained in:
Lucas Ramage 2022-07-01 10:58:54 -04:00 committed by GitHub
commit 42d72c2ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
---
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