Skip to content

Commit

Permalink
Update rl-wrapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
itaimarongwe-okta authored Sep 24, 2024
1 parent 384eaa0 commit 2c1aae0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/rl-wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def submit_to_s3(workdir, targetdir, s3_bucket_name, tool_name, artifact_repo, a
return s3_results_path

def submit_to_scan_log(payload):
print('[+] Scan Completed')
print('---------------------------------------------')
endpoint = 'https://signal-handler.oktasecurity.com/scan'
headers = {
Expand All @@ -198,8 +199,6 @@ def main():
if not (RLSECURE_SITE_KEY or RLSECURE_LICENSE):
sys.exit('[x] Missing RLSECURE_SITE_KEY and/or RLSECURE_LICENSE.')

print(f'''Artifact: {args.artifact}\nName: {args.name}\nVersion: {args.version}\n----------------- Execution -----------------''')

workdir = create_workdir()
timestamp = generate_timestamp()
targetdir = generate_targetdir(args.name, args.version, timestamp)
Expand Down

0 comments on commit 2c1aae0

Please sign in to comment.