RamiSJ12 / synopsys-detect

Scanning and analysis for Synopsys products.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Synopsys Detect consolidates the functionality of Black Duck™ , Black Duck Binary Analysis™ (formerly known as Protecode SC) and Coverity™ on Polaris™ into a single solution. Synopsys Detect is designed to integrate natively into the build/CI environment and support all Coverity languages for Static Analysis. For Black Duck & Black Duck Binary Analysis, it makes it easier to set up and scan code bases using a variety of languages and package managers to identify open source risk.

Build

Build Status Coverage Status License Black Duck Security Risk Quality Gate Status

Where can I get the latest release?

Available from GitHub for Linux/MacOS by running:

bash <(curl -s -L https://detect.synopsys.com/detect7.sh)

Available from GitHub for Windows by running in command prompt:

powershell "[Net.ServicePointManager]::SecurityProtocol = 'tls12'; irm https://detect.synopsys.com/detect7.ps1?$(Get-Random) | iex; detect"

Available from GitHub for Windows/Linux by running in powershell:

[Net.ServicePointManager]::SecurityProtocol = 'tls12'; $Env:DETECT_EXIT_CODE_PASSTHRU=1; irm https://detect.synopsys.com/detect7.ps1?$(Get-Random) | iex; detect

For scripts, please see Detect Scripts.

For AirGap, please use our Artifactory.

Documentation

The latest quickstart documentation is here.

The latest full documentation is here.

Links to certain earlier versions can be found here.

Getting help

Additional information and help is available from the Synopsys Software Integrity Community.

About

Scanning and analysis for Synopsys products.

License:Apache License 2.0


Languages

Language:Java 81.7%Language:FreeMarker 17.8%Language:Starlark 0.2%Language:Python 0.2%Language:Dockerfile 0.1%Language:Shell 0.0%