Skip to content

Commit

Permalink
Use the "Rule name" for rule name instead of the symbolic name
Browse files Browse the repository at this point in the history
  • Loading branch information
KocsisV committed Oct 24, 2023
1 parent a27eaab commit e10cc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ runs:
$severity = $rule.Severity
$occurrences = $rule.Occurrences
$description = $rule.Description
$ruleName = $rule.'Symbolic name'
$ruleName = $rule.'Rule name'
if ( $occurrences -gt 0 )
{
Expand Down

0 comments on commit e10cc4f

Please sign in to comment.