Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.19 KB

sls-scan

Language License

Getting Started

Overview

Wind River Studio Security Scanner is a professional-grade security vulnerability scanner, specifically curated to meet the unique needs of embedded systems. The sls-scan is the command line interface of the Wind River Studio Security Scanner system.

  • Version: 1.0
  • Author: Jiayi Xu [email protected]
  • Copyright © 2024 Wind River Systems, Inc.

Tutorial

Features

  • The configuration items in the configuration file are unified with the command line parameters, and the command line parameters take precedence(Realized by cobra, viper and pflag).

Quik Start

$ git clone --depth 1 https://github.com/windriver/sls-scan.git
$ cd sls-scan
$ go build
$ sls-scan help

License

This project is under the Apache-2.0 License. See the LICENSE file for the full license text.