Excaped dollar sign

This commit is contained in:
2025-10-14 20:11:00 +02:00
parent 1f228e3e85
commit cfac73bda7

View File

@@ -9,6 +9,6 @@ def secScan(script, image) {
--template "@contrib/html.tpl" \ --template "@contrib/html.tpl" \
-o /dev/stdout \ -o /dev/stdout \
image --exit-code 1 --severity HIGH,CRITICAL \ image --exit-code 1 --severity HIGH,CRITICAL \
${image} > /var/jenkins_home/secscan_reports/${script.env.JOB_NAME}/secscan_report_$$(date +"%Y%m%d_%H%M%S")_${image}.html ${image} > /var/jenkins_home/secscan_reports/${script.env.JOB_NAME}/secscan_report_\$(date +"%Y%m%d_%H%M%S")_${image}.html
""" """
} }