Skip to content

Commit

Permalink
Run semgrep cronjob only in upstream repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Jan 21, 2025
1 parent 3d8cc98 commit cd157f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-latest
if: github.repository == 'cloudflare/circl'
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
SEMGREP_URL: https://cloudflare.semgrep.dev
Expand Down

0 comments on commit cd157f0

Please sign in to comment.