Skip to content

Commit a5206a5

Browse files
committed
test
1 parent 0defe2e commit a5206a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/scripts/filter-sarif.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# Keep at least one run
1515
runs = runs if len(runs) > 0 else [sarif["runs"][0]]
1616

17+
for i, run in enumerate(runs):
18+
run["tool"]["driver"]["name"] += f"_{i}"
19+
1720
sarif["runs"] = runs
1821

1922
with open("out.sarif", "w") as out:

0 commit comments

Comments
 (0)