Skip to content

vjohari/SSCUploader

 
 

Repository files navigation

SSC Uploader

A tool for uploading FPR's to SSC.

Why

SCA comes with an FPR utility. However, WebInspect users also want to upload their FPR's to their SSC instance.

Features

  • Cross plaform - It will run on Windows, Linux, Mac and Docker Windows/Linux containers.
  • Written in .Net Core 3.0
  • Upload SCA and WebInspect FPR files to SSC
  • Customizable - Download the source code and customize it for your own CI/CD process.
  • The entire SSC API is implemented for custom actions or behaviors.

Binaries

You can download the zip files for your appropriate platoform. Extract the files into a folder and execute SSCUploader.

Usage

Simply execute the SSCUploader from the command line with the appropriate parameters:

  • fpr: Fully qualified path to the FPR file
  • sscToken: SSC authorization token
  • appVersionID: SSC application Id
  • sscUrl: SSC url. Example: http://myhost/ssc

Example: SSCUploader.exe -authToken MYAUTHTOKEN -fpr C:\webinspect\scans\Scan.fpr -applicationVersionID 9 -sscUrl http://myhost:8180/ssc/

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%