From 8aa93a31770ee010245911b103ee76d9b82567c2 Mon Sep 17 00:00:00 2001 From: Christopher Fenner <26137398+CCFenner@users.noreply.github.com> Date: Fri, 7 Aug 2020 22:10:43 +0200 Subject: [PATCH] docs: remove colon from headlines (#1896) --- documentation/docs/steps/protecodeExecuteScan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/steps/protecodeExecuteScan.md b/documentation/docs/steps/protecodeExecuteScan.md index 3ce70c189..34574f3ee 100644 --- a/documentation/docs/steps/protecodeExecuteScan.md +++ b/documentation/docs/steps/protecodeExecuteScan.md @@ -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`.