Erlang
FOSSA supports Erlang projects through rebar3.
Tool | Repository Scanning | CI/CD Scanning |
---|---|---|
Erlang (rebar3) | - | rebar.config |
CI/CD Scanning
To get started, install the latest release of fossa-cli
from our GitHub releases page:
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash
Once installed, run fossa analyze
inside of your repo's root directory to analyze your Erlang project using rebar3.
You can view our extended documentation for erlang here.
Updated about 1 year ago