Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fossa configuration to allow automatic dependency analyses #97

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .fossa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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: [email protected]:MatthewKhouzam/theia-trace-extension.git
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should it be theia-ide? instead of MatthewKhouzam? And will we all have access to check fossa status?

analyze:
modules:
- name: browser-app
type: npm
target: browser-app
path: browser-app
- name: electron-app
type: npm
target: electron-app
path: electron-app
- name: .
type: npm
target: .
path: .
- name: viewer-prototype
type: npm
target: viewer-prototype
path: viewer-prototype
- name: .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate above

type: npm
target: .
path: .