(Enterprise Only) FOSSLight Scanner Service
Overview
Source, binary and dependency analysis is performed using FOSSLight Scanneras a web service. Analysis results are generated in the form of a FOSSLight Report.
- URL : http://fs.lge.com
- Supported items
- FOSSLight Source Scanner
- FOSSLight Binary Scanner
-
FOSSLight Dependency Scanner
- Supported : npm, pypi, maven, pub, go, nuget, cargo (Other package managers are currently undergoing verification)
- Not supported items
How to use
Login
- You can access it by entering your AD account ID and password at http://fs.lge.com
Create a Project
-
Click the "New Project" button in the upper right corner to create a project.
-
Enter the contents in"Create a Porject".
- Name : Enter the Project name.
-
Inputs : Select sources to analyze.
- Upload files : Compress and upload files to be analyzed. (Please upload only 1 file.)
-
Download URLs : Enter the source link to be analyzed (link that can be obtained through "wget" or "git clone")
-
Public
- The example of input value
- wget : github.com/LGE-OSS/example/archive/refs/tags/v1.0.0.zip
- git clone : github.com/LGE-OSS/example
- The example of input value
-
Private Git
- http:// or https:// : You must enter the user name and PAT value. (The PAT value must not include /.)
-
ssh:// : Copy the provided ssh key value and register it in your private git repository. ⚠️ Please use PAT instead of ssh for github.
-
Public
-
Pipeline
- scan_all : Analyze source, binary, dependency.
- source : Analyze only the source code.
- binary : Analyze only binary.
-
Permission
- Private : Only the creator can view.
- Public : Other people can view the project and download analysis results through the link.
Result
-
Download results : You can download the analysis result file.
- FOSSLight Scanner Result : This is the file to upload during the FOSSLight HubIdentification process.
- Files : This is the file to upload during the FOSSLight Hub (FOSSLight Dependency results not included)
-
Detected Open Source : You can check the analysis results as a list. (FOSSLight Dependency results not included)