Skip to content

Commit

Permalink
Update owasp_funding_yml_scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Sep 25, 2024
1 parent 55cc532 commit bfa136a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/funding/owasp_funding_yml_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
{"name": "OpenCRE", "repo_url": "https://github.com/OWASP/OpenCRE"},
{"name": "SAMM", "repo_url": "https://github.com/OWASP/samm"},
{"name": "Wrongsecrets", "repo_url": "https://github.com/OWASP/wrongsecrets"},
{"name": "AMASS", "repo_url": "https://github.com/owasp-amass/amass"},
]


Expand Down Expand Up @@ -208,4 +209,4 @@ def parse_funding_file(funding_url):
with open("index.html", "w") as f:
f.write(html_content)

print("index.html file has been created.")
print("index.html file has been created.")

0 comments on commit bfa136a

Please sign in to comment.