(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.

How to use

Login

Create a Project

  1. Click the "New Project" button in the upper right corner to create a project.
    New Project

  2. Enter the contents in"Create a Porject".
    Creat a Project

    • 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
        • 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.
            ssh
    • 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

analysis_result

  1. Download results : You can download the analysis result file.
    • FOSSLight Scanner Result : This is the file to upload during the FOSSLight HubIdentification process.
  2. Files : This is the file to upload during the FOSSLight Hub (FOSSLight Dependency results not included)
  3. Detected Open Source : You can check the analysis results as a list. (FOSSLight Dependency results not included)
    detected_opensource