Skip to content

Commit

Permalink
Remove sast integration for JS as there is errors in parsing file. Th…
Browse files Browse the repository at this point in the history
…is test is also commented out in the sast repo
  • Loading branch information
pazbechor committed Oct 26, 2023
1 parent fb11bea commit 5f1e451
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sast_integration_tests/run_integration_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

# In order to run this script set the following environment variables:
# BC_API_URL - your API url.
Expand Down Expand Up @@ -28,8 +29,8 @@ clone_repositories () {
git clone https://github.com/pallets/flask
echo Clone WebGoat - Java repo for SAST
git clone https://github.com/WebGoat/WebGoat
echo Clone axios - JavaScript repo for SAST
git clone https://github.com/axios/axios
# echo Clone axios - JavaScript repo for SAST
# git clone https://github.com/axios/axios
}


Expand Down

0 comments on commit 5f1e451

Please sign in to comment.