Skip to content
Snippets Groups Projects
Commit 2a157668 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Excluding not relevant issues

parent 74c6a32b
No related branches found
No related tags found
1 merge request!118Debug paas ci
......@@ -64,6 +64,8 @@ def process_global_reports_info(reports: Dict) -> Dict:
def read_not_relevant_issues():
git_sec_user = os.environ.get("GIT_SEC_USER")
git_sec_token = os.environ.get("GIT_SEC_TOKEN")
print("git user",git_sec_user)
print("git token",git_sec_token)
git_repo = "baltig.infn.it/infn-cloud/security-scans.git"
repo_url = f"https://{git_sec_user}:{git_sec_token}@{git_repo}"
destination_folder = 'repo'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment