UNCLASSIFIED

Commit feeb0f64 authored by David Freeman's avatar David Freeman
Browse files

add sha256 to shasum environment var

parent 0692cce3
Pipeline #99085 passed with stages
in 2 minutes
......@@ -19,4 +19,4 @@ mv "${PLUGIN_NAME}-${UTC_DATE}_plugin_scan_result.tar.gz" "${REPORT_PATH}/"
echo "REPORT_DATE=${UTC_DATE}" >>"${REPORT_PATH}/report_generation.env"
echo "REPORT_TAR_SHASUM=$(sha256sum "${REPORT_PATH}/${PLUGIN_NAME}-${UTC_DATE}_plugin_scan_result.tar.gz" | grep -E '^[a-zA-Z0-9]+' -o)" >>"${REPORT_PATH}/report_generation.env"
echo "REPORT_TAR_SHASUM=sha256:$(sha256sum "${REPORT_PATH}/${PLUGIN_NAME}-${UTC_DATE}_plugin_scan_result.tar.gz" | grep -E '^[a-zA-Z0-9]+' -o)" >>"${REPORT_PATH}/report_generation.env"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment