Commit 232e00dd authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Switch to drone-fossa plugin

parent 38ed1a67
...@@ -23,16 +23,11 @@ steps: ...@@ -23,16 +23,11 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
- name: fossa - name: fossa
image: registry.suse.com/suse/sle15:15.3.17.8.1 image: rancher/drone-fossa:latest
failure: ignore failure: ignore
environment: environment:
FOSSA_API_KEY: FOSSA_API_KEY:
from_secret: FOSSA_API_KEY from_secret: FOSSA_API_KEY
commands:
- zypper -n install curl unzip
- "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | sh"
- fossa analyze
- fossa test
when: when:
instance: instance:
- drone-publish.k3s.io - drone-publish.k3s.io
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment