Skip to content

Commit

Permalink
Merge branch 'master' into sarif_update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Nov 5, 2024
2 parents 6e5d5c5 + b207c4b commit 5835a67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions njsscan/formatters/sarif.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def add_results(scan_results, run):

def create_rule_results(rule_id, issue_dict, rules, rule_indices):
rule_results = []

rule, rule_index = rules.get(rule_id), rule_indices.get(rule_id)

if not rule:
Expand Down

0 comments on commit 5835a67

Please sign in to comment.