Merge pull request #4823 from rancher/enable_fossa

enable fossa scanning
This commit is contained in:
Lucas Ramage 2022-07-01 11:09:01 -04:00 committed by GitHub
commit 0147dfd06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -135,3 +135,17 @@ volumes:
- name: docker
host:
path: /var/run/docker.sock
---
kind: pipeline
name: fossa
steps:
- name: fossa
image: rancher/drone-fossa:latest
settings:
api_key:
from_secret: FOSSA_API_KEY
when:
instance:
- drone-publish.rancher.io