Skip to content

Commit 893c47a

Browse files
authored
Merge pull request #9 from BrowserStackCE/optimisations
restructured logic with further logic improvements
2 parents b2959f0 + 2aab1e5 commit 893c47a

File tree

11 files changed

+1978
-1289
lines changed

11 files changed

+1978
-1289
lines changed

.github/workflows/Semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)