You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, we give a GIT repo URL to FossID and the instance downloads the code and scans it.
There is a second possibility in FossID API: through the api_upload_endpoint.php, it is possible to upload source artefacts and order FossID to scan them. We should implement this behaviour.
This would also allows us to create project zips with some components manually excluded (e.g. output from downloader) and scans them.
The text was updated successfully, but these errors were encountered:
In the current implementation, we give a GIT repo URL to FossID and the instance downloads the code and scans it.
There is a second possibility in FossID API: through the
api_upload_endpoint.php
, it is possible to upload source artefacts and order FossID to scan them. We should implement this behaviour.This would also allows us to create project zips with some components manually excluded (e.g. output from downloader) and scans them.
The text was updated successfully, but these errors were encountered: