Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Jan 27, 2025
1 parent 95c12d8 commit 03721e9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/finding-to-sarif-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ JOERN="$JOERN_TESTS_DIR"/..

mkdir -p /tmp/sarif
./joern-scan "$JOERN_TESTS_DIR/code/sarif-test" --store
echo "Code dir..."
ls $JOERN_TESTS_DIR/code
echo "Workspace..."
ls $JOERN/workspace
echo "Other workspace"
ls ../workspace
./joern --script "$JOERN_TESTS_DIR/test-sarif.sc" --param cpgFile="$JOERN/workspace/sarif-test/cpg.bin" --param outFile="/tmp/sarif/test.sarif"
exit_code=$(curl -s -X POST \
-F "postedFiles=@/tmp/sarif/test.sarif;type=application/octet-stream" \
Expand Down

0 comments on commit 03721e9

Please sign in to comment.