mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Switch to drone-fossa plugin
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
38ed1a6750
commit
232e00dd30
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user