fossas / fossa-cli

Fast, portable and reliable dependency analysis for any codebase. Supports license & vulnerability scanning for large monoliths. Language-agnostic; integrates with 20+ build systems.
https://fossa.com
Other
1.27k stars 173 forks source link

Build tool support #189

Open elldritch opened 6 years ago

elldritch commented 6 years ago

This is a collection of build tools we may potentially support:

gleber-da commented 6 years ago

Please add:

ras0219-msft commented 6 years ago

Vcpkg definitely supports C as well :)

petemounce commented 5 years ago

Please add bazel? https://bazel.build

repi commented 5 years ago

Just tested the FOSSA support for Rust on one of our open source projects that I imported and it seemed to work fine and analysed the Cargo dependencies.

But would be great to have it supported for provided builds / when building and analying explicitly with the CLI for private projects.

zlav commented 5 years ago

Poetry support requested on Issue #451

sam0x17 commented 5 years ago

would love to see crystal / shards support, as listed above

timonbimon commented 3 years ago

On the homepage it says Rust/cargo is supported, but here it's not checked off?

Also +1 for poetry! :)

tobym commented 3 years ago

+1 for Elixir / mix

abernix commented 2 years ago

+1 for Rust!

thernstig commented 2 years ago

Could python pep582 support be added? Or if you want it more specific, a build tool such as https://pdm.fming.dev/ that utilizies it.