Skip to content

Commit

Permalink
Merge pull request #4833 from jeremylong/issueOpsCompare
Browse files Browse the repository at this point in the history
fix copy/paste error in workflow
  • Loading branch information
jeremylong authored Sep 10, 2022
2 parents a67ba59 + acd9982 commit 96f0ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/false-positive-approvals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
let found = false;
let previousReportNotes = '';
if (!(str && str.trim() === '')) {
if (!(generatedSuppressions && generatedSuppressions.trim() === '')) {
let rules = parser.parse(generatedSuppressions);
for (r of rules.suppress) {
if (proposedRule.suppress.packageUrl === r.packageUrl &&
Expand Down

0 comments on commit 96f0ea3

Please sign in to comment.