Skip to content

Commit

Permalink
added info for rapid scan in detectExecution (#4194)
Browse files Browse the repository at this point in the history
* added info for rapid scan in detectExecution
  • Loading branch information
akram8008 authored Jan 20, 2023
1 parent 1ae9670 commit 36caf31
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions documentation/docs/steps/detectExecuteScan.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,15 @@ You need to store the API token for the Detect service as _'Secret text'_ creden
## ${docGenParameters}

## ${docGenConfiguration}

## Rapid scan - Pending: Feb 6th, 2023

In addition to the full scan, Black Duck also offers a faster and easier scan option, called "Rapid Scan". Its main advantage is speed. In most cases, the scan is completed in less than 30 seconds.

If the orchestrator (Jenkins, Azure, Github Actions) is configured to detect pull requests, the pipeline can recognize this and change the Black Duck scan mode from "Full" to "Rapid".

If `githubApi` and `githubToken` are provided, the pipeline adds the scan result to the comment of the opened pull request.

There is also a parameter, `scanMode`, for the DetectExecution step, which you can use to change the scan mode to "Rapid".

Note: Despite rapid scans doing necessary security checks for daily development, it is not sufficient for production deployment and releases. Only use full scans for production deployment and releases.

0 comments on commit 36caf31

Please sign in to comment.