Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VirajSalaka committed Oct 7, 2024
1 parent ef1558f commit 601a2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ruleset_name = ruleset['rulesetName']
# rule_id = rule['ruleId']
message = rule['message']
paths = '\n '.join([f\"...{path[-45:]}\" for path in rule['paths']['list']])
paths = '\n\n'.join([f\"...{path[-45:]}\" for path in rule['paths']['list']])
table_data.append([severity, ruleset_name, message, paths])
if table_data:
Expand Down

0 comments on commit 601a2f4

Please sign in to comment.