UNCLASSIFIED

Commit 03485cfe authored by David Freeman's avatar David Freeman
Browse files

update repomap

parent 925b35a4
......@@ -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,
}
......
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