FOSSA supports Fortran projects through fpm.

ToolQuick Import (app.fossa.com)CLI (fossa-cli)
Fortran (fpm)-fpm.toml

CLI (fossa-cli)

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 fortran project using fortran package manager.

You can view our extended documentation for fortran here.