Skip to content

Commit 085115c

Browse files
author
Lucas Ramage
committed
Implement drone-plugin-fossa
1 parent 1b43186 commit 085115c

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)