Skip to content

Commit

Permalink
Implement drone-plugin-fossa
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Ramage committed Mar 31, 2022
1 parent 3693991 commit bb53330
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 @@ -170,3 +170,19 @@ steps:
depends_on:
- linux-amd64
- linux-arm64

---

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 bb53330

Please sign in to comment.