UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Tools
ironbank-plugins-pipeline
Commits
c38d851d
Commit
c38d851d
authored
Dec 08, 2020
by
David Freeman
Browse files
update date to not have colon character
parent
8cad5164
Pipeline
#95975
passed with stages
in 1 minute and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
stages/report-generation/report-generation.sh
stages/report-generation/report-generation.sh
+1
-1
No files found.
stages/report-generation/report-generation.sh
View file @
c38d851d
...
...
@@ -3,7 +3,7 @@ set -Eeuo pipefail
mkdir
-p
"
${
REPORT_PATH
}
"
utc_date
=
"
$(
date
--utc
'+%F
T%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"
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment