Conversation
5fcc100 to
e8d48ec
Compare
|
We need to figure out:
|
|
Related: #332 |
|
The branch for scans on PRs is also marked as “master” in the interface, not sure why. Maybe that's the branch name created by the checkout action? Anyway, this means we probably don't have an easy way to identify which PR a given report comes from, in the FOSSA web interface. |
??? dataplane is already public? |
Sorry I meant, in the FOSSA interface. If you click on the badge above, I'd expect you to get a 404. |
|
I think the issue in As for the other two in dpdk-sys - they're interesting, are we allowed to ship these GPL/LGPL files even if they're only header definitions? I wouldn't bet on it. What alternative do we have? Recreating our own definition file? |
Apparently the "Quick Import" feature from FOSSA is not good enough for Rust projects, and we need to run the FOSSA CLI tool, either ourselves or using the official GitHub Action. This commit introduces a new workflow that uses this Action to perform a scan on pushes to the main branch. Signed-off-by: Quentin Monnet <[email protected]>
e8d48ec to
70b51a3
Compare
|
Just updated the workflow to run on pushes to |




Apparently the "Quick Import" feature from FOSSA is not good enough for Rust projects, and we need to run the FOSSA CLI tool, either ourselves or using the official GitHub Action. This commit introduces a new workflow that uses this Action to perform a scan on Pull Requests and on pushes to the main branch.