Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-jramirez authored Jul 23, 2024
1 parent c39cef2 commit daec65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ def spdx_check(doc):
try:
spdxDoc = parse_file(doc)
validate = validate_full_spdx_document(spdxDoc)
validate['ValidationContext']
#validate['ValidationContext']
check['status'] = "Success"
check['message'] = "SPDX format detected"
return (check)
Expand Down Expand Up @@ -2505,4 +2505,4 @@ def not_found():
scheduler = BackgroundScheduler()
scheduler.add_job(func=syncThirdPartyTrustVendors, trigger="interval", minutes=45)
scheduler.add_job(func=scheduledSBOMFinding, trigger="interval", days=1)
scheduler.start()
scheduler.start()

0 comments on commit daec65f

Please sign in to comment.