mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 09:13:04 +01:00
wip: sarif-to-table: full table output in parallel to text
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
135: ( 'Struct3739',
|
||||
147: ('Array6785', ('array', (0, 'Struct3739')))]
|
||||
#+END_SRC
|
||||
1. First update the signature. The file [[./sarif_cli/signature_multi.py]] has
|
||||
1. First update the signature. The file [[../sarif_cli/signature_multi.py]] has
|
||||
instructions for updating (or creating) a typegraph.
|
||||
|
||||
The update from commit 0f070a6ae to 0f070a6ae+1 introduces the changes
|
||||
|
||||
@@ -14,8 +14,9 @@
|
||||
pip install -e .
|
||||
|
||||
# force symlinks for development
|
||||
rm -f "$VIRTUAL_ENV/bin/sarif-"*
|
||||
ln -sf "$PWD/bin/sarif-"* "$VIRTUAL_ENV/bin/"
|
||||
[ x"$VIRTUAL_ENV" != x ] &&\
|
||||
rm -f "$VIRTUAL_ENV/bin/sarif-"* && \
|
||||
( cd ~/work-gh/sarif-cli/ && ln -sf "$PWD/bin/sarif-"* "$VIRTUAL_ENV/bin/")
|
||||
|
||||
#+END_SRC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user