Skip to content

Commit

Permalink
CI fix: python checker warning (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti authored Sep 18, 2023
1 parent 5535332 commit 5740a90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/gha_sarif_masher.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def relativize_urls(sarif, basedir):
item['uri'] = posixpath.relpath(item['uri'], start=basedir)



def fill_in_missing_pysicalLocations(sarif):
"""GitHub SARIF importer requires physicalLocation to be present, otherwise
the following error is raised.
Expand Down

0 comments on commit 5740a90

Please sign in to comment.