fossa

by rancherlabs


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

    stringrequired

    FOSSA API key.

    Secret recommended

    Default: none

  • debug

    booleanoptional

    Enable debug mode.

    Default: false