mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 17:23:03 +01:00
Added field to multi-file signature; the steps are documented in adding-to-typegraph.org
This commit is contained in:
committed by
=Michael Hohn
parent
0f070a6ae4
commit
926e083991
@@ -15,7 +15,7 @@ sarif-results-summary -h
|
||||
test_files="
|
||||
../data/wxWidgets_wxWidgets__2021-11-21_16_06_30__export.sarif
|
||||
../data/torvalds_linux__2021-10-21_10_07_00__export.sarif
|
||||
../data/treeio/results.sarif
|
||||
../data/treeio/2021-12-09/results.sarif
|
||||
"
|
||||
for file in $test_files ; do
|
||||
sarif-results-summary $file > /dev/null
|
||||
|
||||
@@ -3,9 +3,5 @@
|
||||
# Sanity tests for the table-producing scripts. Should succeed and produce
|
||||
# nothing on stdout/stderr
|
||||
#
|
||||
|
||||
cd ~/local/sarif-cli/data/treeio/2021-12-09
|
||||
sarif-extract-tables results.sarif test-tables
|
||||
|
||||
cd ~/local/sarif-cli/data/treeio
|
||||
sarif-extract-multi multi-sarif-01.json test-multi-table
|
||||
( cd ../data/treeio/2021-12-09 && sarif-extract-tables results.sarif test-tables )
|
||||
( cd ../data/treeio && sarif-extract-multi multi-sarif-01.json test-multi-table )
|
||||
|
||||
Reference in New Issue
Block a user