File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 # Fetch project source with GitHub Actions Checkout.
3737 - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3838 # Run the "semgrep ci" command on the command line of the docker image.
39- - run : semgrep ci --sarif --output=semgrep.sarif
39+ - run : semgrep ci --config auto -- sarif --output=semgrep.sarif
4040 env :
4141 # Add the rules that Semgrep uses by setting the SEMGREP_RULES environment variable.
4242 SEMGREP_RULES : p/default # more at semgrep.dev/explore
Original file line number Diff line number Diff line change 297297 log_info " Parallels per platform: $BSTACK_PARALLELS "
298298 log_info " Platforms: \n$BSTACK_PLATFORMS "
299299
300- print_tests_running_log_section " browserstack-sdk pytest -s bstack-sample.py"
300+ print_tests_running_log_section " cd $run_dir && browserstack-sdk pytest -s bstack-sample.py"
301301 # Run pytest with BrowserStack SDK from the chosen platform directory
302302 log_msg_to " 🚀 Running 'cd $run_dir && browserstack-sdk pytest -s bstack_sample.py'"
303303 (
You can’t perform that action at this time.
0 commit comments