Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
test
  • Loading branch information
hyper-neutrino committed Jul 30, 2021
1 parent a1743ed commit a08d4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/githooks.py
Expand Up @@ -286,7 +286,7 @@ def webhook_repository(data):
@app.route("/vulnerability", methods=["POST"])
@webhook
def webhook_vulnerability(data):
print(json.dumps(data))
print(json.dumps(data)) #
return ""
alert = data["alert"]
send(
Expand Down

0 comments on commit a08d4e4

Please sign in to comment.