Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
pna-nca committed May 6, 2024
1 parent 4d2a03a commit 585c59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/tools/neuvector_compliance/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_item(node, test):


def get_asset_item(comp_issue, test):
name = comp_issue.get("name")
name = comp_issue.get("name", "unknown")
test_description = comp_issue.get("description").rstrip()

test_severity = comp_issue.get("level")
Expand Down

0 comments on commit 585c59b

Please sign in to comment.