Skip to content

Commit

Permalink
Merge pull request #313 from rancher/fossa
Browse files Browse the repository at this point in the history
Implement drone-plugin-fossa
  • Loading branch information
oxr463 authored Jun 13, 2022
2 parents 4196225 + 603d31a commit 8f35783
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,19 @@ volumes:
- name: socket
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

0 comments on commit 8f35783

Please sign in to comment.