21 lines
423 B
YAML
21 lines
423 B
YAML
|
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
|
||
|
# Visit https://fossa.com to learn more
|
||
|
|
||
|
version: 2
|
||
|
cli:
|
||
|
server: https://app.fossa.com
|
||
|
fetcher: custom
|
||
|
project: git@github.com:BeryJu/passbook.git
|
||
|
analyze:
|
||
|
modules:
|
||
|
- name: static
|
||
|
type: npm
|
||
|
target: passbook/static/static
|
||
|
path: passbook/static/static
|
||
|
- name: .
|
||
|
type: pip
|
||
|
target: .
|
||
|
path: .
|
||
|
options:
|
||
|
strategy: pipenv
|