Skip to content

Commit 0df4cec

Browse files
authored
Merge pull request #259 from rancher/fossa
Implement drone-plugin-fossa
2 parents c023526 + 085115c commit 0df4cec

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.drone.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,20 @@ depends_on:
243243
- linux-arm64
244244
- windows-1809
245245
- windows-20H2
246+
247+
---
248+
249+
kind: pipeline
250+
name: fossa
251+
252+
steps:
253+
- name: fossa
254+
image: rancher/drone-fossa:latest
255+
failure: ignore
256+
settings:
257+
api_key:
258+
from_secret: FOSSA_API_KEY
259+
when:
260+
instance:
261+
- drone-publish.rancher.io
262+

0 commit comments

Comments
 (0)