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
03485cfe
Commit
03485cfe
authored
Dec 07, 2020
by
David Freeman
Browse files
update repomap
parent
925b35a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
stages/publish/create_repo_map.py
stages/publish/create_repo_map.py
+2
-4
No files found.
stages/publish/create_repo_map.py
View file @
03485cfe
...
...
@@ -81,14 +81,12 @@ def main():
output_list
=
source_keywords
(
f
"
{
artifact_storage
}
/preflight/keywords.txt"
)
new_data
=
{
os
.
environ
.
get
(
"
build_number
"
):
{
os
.
environ
.
get
(
"
CI_PIPELINE_ID
"
):
{
"Plugin_Name"
:
os
.
environ
.
get
(
"PLUGIN_NAME"
),
"Plugin_Version"
:
os
.
environ
.
get
(
"PLUGIN_VERSION"
),
"Project_Readme"
:
os
.
environ
.
get
(
"project_readme"
),
"Anchore_Security_Results"
:
os
.
environ
.
get
(
"anchore_security_results"
),
"Tar_Name"
:
os
.
environ
.
get
(
"tar_name"
),
"Tar_Name"
:
os
.
environ
.
get
(
"REPORT_TAR_NAME"
),
"Tar_Location"
:
os
.
environ
.
get
(
"tar_location"
),
"Full_Report"
:
os
.
environ
.
get
(
"full_report"
),
"Repo_Name"
:
os
.
environ
.
get
(
"repo_name"
),
"Keywords"
:
output_list
,
}
...
...
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