diff --git a/app/app.py b/app/app.py index 437c412..0dd3841 100644 --- a/app/app.py +++ b/app/app.py @@ -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) @@ -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() \ No newline at end of file +scheduler.start()