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
feeb0f64
Commit
feeb0f64
authored
Dec 10, 2020
by
David Freeman
Browse files
add sha256 to shasum environment var
parent
0692cce3
Pipeline
#99085
passed with stages
in 2 minutes
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 @
feeb0f64
...
...
@@ -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"
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