forked from LiveCarta/LivecartaPipelinesSharedLibraries
Excaped dollar sign
This commit is contained in:
@@ -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
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user