Skip to content

Commit

Permalink
get-request
Browse files Browse the repository at this point in the history
  • Loading branch information
malisharfer committed Jun 27, 2024
1 parent 975457c commit 84d98b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-scanning-4/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def send_to_image_scanning():
response = request.get_json()
# run_resource_graph_query(response["rg_name"], response["digest"], response["date"])
send_to_queue("yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy")
send_to_queue("yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy")
return response


Expand Down

0 comments on commit 84d98b0

Please sign in to comment.