Skip to content

Commit

Permalink
Changing Semgrep docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
hrushikeshdeshpande authored Jun 28, 2024
1 parent 6ed4871 commit 9d402d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
SEMGREP_APP_URL: https://cloudflare.semgrep.dev
container:
image: semgrep/semgrep
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep ci
- run: semgrep ci

0 comments on commit 9d402d2

Please sign in to comment.