Skip to content

Commit

Permalink
Remove excluded repository list (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: Natalie Somersall <[email protected]>
  • Loading branch information
parroty and some-natalie authored Jan 3, 2023
1 parent 0f659e2 commit 3dc93f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/code_scanning.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,3 @@ def write_enterprise_cloud_cs_list(cs_list):
cs["instances_url"],
]
)
else:
with open("excluded_repos.csv", "a") as g:
writer = csv.writer(g)
writer.writerow([cs])

0 comments on commit 3dc93f1

Please sign in to comment.