Fossa windows

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 May 6 6:13
Editor
Edited
Edited
2025 Jun 7 16:43
Refs
Refs
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/fossas/fossa-cli/master/install.ps1'))

bash env path

echo 'export PATH=$PATH:"C:\ProgramData\fossa-cli"' >> ~/.bashrc

powershell env path

export '$env:Path += ";C:\ProgramData\fossa-cli"' >> "C:\Users\Seonglae\Documents\WindowsPowerShell\profile.ps1"

usage

fossa init fossa analyze -o
 
 
 
Extend $PATH variable in git bash under Windows
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
Extend $PATH variable in git bash under Windows
 
 
 

Recommendations