Skip to content

Commit

Permalink
Merge pull request #200 from rancher/enable_fossa
Browse files Browse the repository at this point in the history
enable fossa scanning
  • Loading branch information
cbron authored May 3, 2022
2 parents a4503aa + 50256a5 commit 004e382
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
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 004e382

Please sign in to comment.