`.fossa.yml` project.url changes it in the UI on subsequent scans
Using fossa cli version 3.0.12
The FAQ reads:
Why are some configuration settings (name, team, policy, etc.) ignored by the FOSSA API after a project has already been created?
Looking at https://github.com/fossas/fossa-cli/blob/master/docs/references/files/fossa-yml.md#project it says:
Note: name, team, policy, link, url, and jiraProjectKey can only be set when creating a project (running fossa analyze for the first time).
This is not true for url. I tried to change it in the .fossa.yml file and ran fossa analyze and it changed it when checking the project in the UI.
The same goes for team. If I try to change it in .fossa.yml the FOSSA API responds with invalid project or revision.
I did not try the others, but it would be good if you do and update the FAQ accordingly. Or it is possible this is broken in the fossa CLI.
We have added docs to address your concern here but I am going to leave this issue open until we have improved the CLI output to clearly state what is being ignored.