UNCLASSIFIED

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

update date to not have colon character

parent 8cad5164
Pipeline #95975 passed with stages
in 1 minute and 18 seconds
......@@ -3,7 +3,7 @@ set -Eeuo pipefail
mkdir -p "${REPORT_PATH}"
utc_date="$(date --utc '+%FT%T.%3N')"
utc_date="$(date --utc '+%F%H%M%S.%3N')"
python3 "${PIPELINE_REPO_DIR}/stages/report-generation/pipeline_csv_gen.py" \
--anchore-sec "${ARTIFACT_STORAGE}/scan-results/anchore/anchore_security.json" \
......
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