Drone plugins > fossa
By default, this plugin will run the analyze command per the generic CI documentation for FOSSA.
Example
kind: pipeline
name: default
steps:
- name: fossa
image: rancher/drone-fossa:latest
settings:
api_key:
from_secret: FOSSA_API_KEY
Properties
api_key
stringrequiredFOSSA API key.
Secret recommendedDefault: none
debug
booleanoptionalEnable debug mode.
Default: false