Skip to content

Commit

Permalink
Merge pull request #56 from rancher/fossa
Browse files Browse the repository at this point in the history
Implement drone-plugin-fossa
  • Loading branch information
oxr463 authored May 2, 2022
2 parents 3921712 + bb53330 commit 6215856
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 6215856

Please sign in to comment.