Skip to content

Commit

Permalink
Merge branch 'develop' into prep-2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vihas Splunk committed Nov 20, 2023
2 parents b723d4e + 63832d1 commit 5590975
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Semgrep
id: semgrep
run: semgrep ci
run: |
semgrep login
semgrep ci
env:
# Connect to Semgrep Cloud Platform through your SEMGREP_APP_TOKEN.
# Generate a token from Semgrep Cloud Platform > Settings
Expand Down

0 comments on commit 5590975

Please sign in to comment.