Skip to content

Commit

Permalink
fix(product-label): fixed product labeling (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
maira-samtek authored Jul 11, 2024
1 parent 6c9fb9e commit 2c907eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macpro-security-hub-sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export class SecurityHubJiraSync {
"security-hub",
finding.severity,
finding.accountAlias,
finding.ProductName?.trim().replace(/ /g, "-"),
finding.ProductName?.trim().replace(/ /g, ""),
...identifyingLabels,
],
priority: {
Expand Down

0 comments on commit 2c907eb

Please sign in to comment.