UNCLASSIFIED

Commit 4961666b authored by David Freeman's avatar David Freeman
Browse files

add tar sha256sum

parent 32277827
......@@ -18,3 +18,5 @@ tar -czvf "${PLUGIN_NAME}-${UTC_DATE}_plugin_scan_result.tar.gz" -C "${REPORT_PA
mv "${PLUGIN_NAME}-${UTC_DATE}_plugin_scan_result.tar.gz" "${REPORT_PATH}/"
echo "REPORT_DATE=${UTC_DATE}" >>"${REPORT_PATH}/report_generation.env"
echo "TAR_SHASUM=$(sha256sum "${PLUGIN_NAME}-${UTC_DATE}_plugin_scan_result.tar.gz" | grep -E '^[a-zA-Z0-9]+' -o)"
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