mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 17:23:03 +01:00
Add CLI support
enabled by -f flag with CLI value tested on sarif from CodeQL CLIs: 2.6.3, 2.9.4, 2.11.4 MUST contain versionControlProvenance property however
This commit is contained in:
@@ -225,7 +225,7 @@ dummy_newlineSequences = ['\r\n', '\n', '\u2028', '\u2029']
|
||||
dummy_relatedLocations_entry = [
|
||||
{'id': -1,
|
||||
'physicalLocation': {'artifactLocation': {'uri': 'scli-dyys dummy value',
|
||||
'uriBaseId': 'scli-dyys dummy value',
|
||||
'uriBaseId': 'scli-dyys uriBaseId',
|
||||
'index': -1},
|
||||
'region': {'startLine': -1,
|
||||
'startColumn': -1,
|
||||
|
||||
Reference in New Issue
Block a user