mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
docs: remove colon from headlines (#1896)
This commit is contained in:
parent
a7213587cb
commit
8aa93a3177
@ -29,7 +29,7 @@ executeProtecodeScan script: this, dockerRegistryUrl: 'https://docker.wdf.sap.co
|
||||
|
||||
## ${docGenParameters}
|
||||
|
||||
### Details:
|
||||
### Details
|
||||
|
||||
* The Protecode scan step is able to send a file addressed via parameter `filePath` to the backend for scanning it for known vulnerabilities.
|
||||
* Alternatively an HTTP URL can be specified via `fetchUrl`. Protecode will then download the artifact from there and scan it.
|
||||
@ -39,7 +39,7 @@ executeProtecodeScan script: this, dockerRegistryUrl: 'https://docker.wdf.sap.co
|
||||
* Finally the scan result is being analysed for critical findings with a CVSS v3 score >= 7.0 and if such findings are detected the build is failed based on the configuration setting `protecodeFailOnSevereVulnerabilities`.
|
||||
* During the analysis all CVEs which are either triaged in the Protecode backend or which are excluded via configuration parameter `protecodeExcludeCVEs` are ignored and will not provoke the build to fail.
|
||||
|
||||
### FAQs:
|
||||
### FAQs
|
||||
|
||||
* In case of `dockerImage` and the step still tries to pull and save it via docker daemon, please make sure your JaaS environment has the variable `ON_K8S` declared and set to `true`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user