Skip to content

Commit 7c20874

Browse files
Merge pull request #38 from interlynk-io/surendrapathak-patch-3
Fix typo in status string
2 parents c45b20d + ce26549 commit 7c20874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lynkctx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def upload(self, sbom_file):
329329

330330
def vuln_status_to_status(self, status):
331331
if status == 'NOT_STARTED':
332-
return 'CHECKS_IN_PRORGRESS'
332+
return 'CHECKS_IN_PROGRESS'
333333
elif status == 'IN_PROGRESS':
334334
return 'VULN_SCAN_IN_PROGRESS'
335335
elif status == 'FINISHED':

0 commit comments

Comments
 (0)