Skip to content

Commit

Permalink
Add starter-workflows for Policy Validator, removed references to Git…
Browse files Browse the repository at this point in the history
…Hub secrets & S3 to keep it simple
  • Loading branch information
mponaws committed Apr 18, 2024
1 parent 78de7ce commit 42668a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ def set_output(val):


def format_result(result):
# result = re.sub(r"[\n\t\s]*", "", result)
# print("result={}".format(result))
result = re.sub(r"[\s]*", "", result)
print("result={}".format(result))
return result


Expand Down

0 comments on commit 42668a0

Please sign in to comment.